Build a dependency tree - get the parent recipes and input datasets/folders
Tomas
Registered, Neuron 2022 Posts: 121 ✭✭✭✭✭
Hi,
I know about the possibility to list all recipes from the given project and then read the raw definition to get the output and input datasets. But what I would like to know, how to get a recipe (name) if I have a given dataset? (Using the python API)
Thanks
Tomas
I know about the possibility to list all recipes from the given project and then read the raw definition to get the output and input datasets. But what I would like to know, how to get a recipe (name) if I have a given dataset? (Using the python API)
Thanks
Tomas
Best Answer
-
Hi,
the description of the flow's graph is held by the recipes, so there is no other option than to iterate over the recipes.
Regards,
Frederic