Packaging Dataiku Flow into an API
tech_user
Registered Posts: 4 ✭✭✭
Hello,
I need to execute my flow in Dataiku using a public API that I can call from outside DSS. I got to know that I need first to create a scenario that executes the flow, please correct me if I am wrong. If this is the case, how can I package the scenario into a public API and execute it from anywhere outside DSS?
Thanks in advance!
Answers
-
Hi
Yes, you can call scenarios from the DSS Public API very easily.
Have a look as well at this article on building a Jenkins pipeline . There is a zip with sample code.
Finally, if you are using DSS v8, you might be interested in Dataiku Applications. These can be controlled programmatically!
Have fun!
Mark