Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on August 29, 2024 11:04AM
Likes: 0
Replies: 3
I require help in triggering a recipe and its downstream recipes & datasets until the end of the flow.
You should approach your problem in a different way. Build a Scenario which runs / builds all the required datasets in the correct way. Then the Python API to run the scenario.
Hello,
When using the API, you can run a recipe with RECURSIVE_BUILD
job_type.
See this link :
I tried executing the recipe ,with the above params. These may run the predecessors & self but don't run the successors in the graph.