Programmatically creating prepare recipe
williamwirono
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 11 Partner
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
Best Answer
-
williamwirono Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 11 Partner
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.