itay livni
11/14/2019, 8:57 PMmain
it runs a flow
. If I add a @task
decorator to main
is that an acceptable way to run a flow from a flow. or do you see any issues? ..Chris White
11/14/2019, 8:59 PMitay livni
11/14/2019, 9:11 PMflow.run()
? And so if I have another flow that needs to run another flow then i should just call the wrapper function.Chris White
11/14/2019, 10:19 PMjosh
11/15/2019, 12:29 PM@task(trigger=all_successful)
def the_task():
# do something interesting
pass
itay livni
11/15/2019, 1:50 PMmake nodes
function is a mapped task
. Think of a knowledge graph. You build one node. It generates new nodes to make and so on. Does that make sense?josh
11/15/2019, 2:07 PMitay livni
11/15/2019, 3:06 PMmake nodes
is (1) a complex process. (2) can be mapped\parallelized (?) once the first node is made.josh
11/15/2019, 3:55 PMitay livni
11/15/2019, 4:28 PMChris
11/15/2019, 4:29 PMitay livni
11/15/2019, 4:32 PM