Programmatically creating prepare recipe

Solved!
williamwirono
Level 2
Programmatically creating prepare recipe

I am looking at this GitHub repo: https://github.com/dataiku/dataiku-api-client-python/blob/master/dataikuapi/dss/recipe.py#L1393 and found that you can actually create a prepare recipe programmatically with the add_processor_step method. Obviously with the prepare recipe, we would need to list the steps that we want to apply to the dataset. The repo only mentions two examples: FillEmptyWithValue and ColumnRenamer. Where can we get a list of all the available steps? Thanks in advance!


Operating system used: Windows

0 Kudos
1 Solution
williamwirono
Level 2
Author

I think I solved my own question. I was able to see the processor name in Dataiku by selecting the 'Override Variable' option in the steps of the prepare recipe.

View solution in original post

0 Kudos
1 Reply
williamwirono
Level 2
Author

I think I solved my own question. I was able to see the processor name in Dataiku by selecting the 'Override Variable' option in the steps of the prepare recipe.

0 Kudos