Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Run query from here / Cache function in a hybrid workflow

warrencowan
9 - Comet

Hi Community, 

 

I'm running a hybrid workflow combining in database and in designer tools, and even though I'm limiting the number of rows coming in from my incoming DB query (TOP1000) there are a lot of steps, and I dont want to re-run the whole query each time as I continually refine and add and additional steps.

 

Whats the best way to implement backstops, or whcih functions are best to use to effect a run from 'here' scenario.

 

Many thanks in advance.

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @warrencowan

 

Starting with 2018.3 you can cache your work flow at a point in each independent data stream.  Just right click on a tool and select Cache and Run Work Flow 

 

Cache.png

 

There are some limitations as to when you can cache so check out this link.  

 

 

 

Dan

warrencowan
9 - Comet
That'll do Dan!

Many thanks for the advice and the article pointers.
Labels
Top Solution Authors