Export flow into reusable module of code
MaxenceQueyrel
Posts: 3 ✭✭✭
Hello,
I would like to know if it is possible to export a dataiku flow into a module of code usable by command line or in python.
The true need behing this is to be able to run the flow several times on specific inputs by using parallelization.
Thank you for your help.
Maxence.
Answers
-
Looks like application-as-recipe could be a good fit for this task:
https://doc.dataiku.com/dss/latest/applications/application-as-recipe.html
