Prepare recipe creator
Tomas
Registered, Neuron 2022 Posts: 121 ✭✭✭✭✭
Hi,
I am searching for an example how to create Prepare recipe, in this documentation there is no mention about Prepare recipes:
https://doc.dataiku.com/dss/latest/python-api/rest-api-client/recipes.html#dataikuapi.dss.recipe.CodeRecipeCreator
Is there a helper object for this kind of recipe? If not, is there any other way how to create an (empty - no transformation) prepare recipe from an existing dataset into a new dataset?
Thanks
I am searching for an example how to create Prepare recipe, in this documentation there is no mention about Prepare recipes:
https://doc.dataiku.com/dss/latest/python-api/rest-api-client/recipes.html#dataikuapi.dss.recipe.CodeRecipeCreator
Is there a helper object for this kind of recipe? If not, is there any other way how to create an (empty - no transformation) prepare recipe from an existing dataset into a new dataset?
Thanks
Tagged:
Best Answer
-
Hi Tomas,
The type argument should be "shaker", not "prepare" in the code snippet you included.
We have already logged the request to add additional code samples on this part of the Dataiku API, see: https://doc.dataiku.com/dss/latest/python-api/rest-api-client/recipes.html.
Cheers,
Alex