Prepare recipe creator

Solved!
tomas
Level 5
Prepare recipe creator
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
0 Kudos
1 Solution
Alex_Combessie
Dataiker Alumni
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

View solution in original post

1 Reply
Alex_Combessie
Dataiker Alumni
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