Trigger dataiku scenario with airflow

StartPoint
Level 1
Trigger dataiku scenario with airflow

Dears,

I see on this forum, it is possible to trigger a dataiku scenario with external python script by API dataiku.

(https://community.dataiku.com/t5/Using-Dataiku/Trigger-and-Create-Scenario-using-External-API-s/m-p/...)

I would like to know if is possible to trigger the scenario with Airflow ? if someone already do that ?

 

If yes, could you help me to set up the connection from airflow to dataiku please ?

 

Kind regards,

0 Kudos
1 Reply
Turribeach

You already have everything you need from the Dataiku side on the post you linked. This is really an Airflow question on how to run a Python DAG:

https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/python.html

Set the requirements as "dataiku-api-client" and use the code from the post and it should work.

0 Kudos