Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

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