Cloud Orchestration Triggers
Azure Data Factory
Section titled “Azure Data Factory”| Parameter | Type | Required | Description |
|---|---|---|---|
subscription_id |
string | ✅ | Azure subscription ID |
resource_group |
string | ✅ | Resource group name |
factory_name |
string | ✅ | Data Factory name |
pipeline_name |
string | ✅ | Pipeline name |
operation |
string | ✅ | trigger_run, get_run_status |
run_id |
string | ❌ | Run ID (for get_run_status) |
parameters |
object | ❌ | Pipeline parameters |
tenant_id |
string | ❌ | Azure AD tenant ID |
client_id |
string | ❌ | Service principal client ID |
client_secret |
string | ❌ | Service principal secret |
Dataiku DSS
Section titled “Dataiku DSS”| Parameter | Type | Required | Description |
|---|---|---|---|
host |
string | ✅ | Dataiku server URL |
api_key |
string | ✅ | Dataiku API key |
project_key |
string | ✅ | Project key |
operation |
string | ✅ | run_scenario, get_scenario_status, list_datasets |
scenario_id |
string | ❌ | Scenario ID |
wait_for_completion |
boolean | ❌ | Wait for scenario to finish |
Apache Airflow
Section titled “Apache Airflow”| Parameter | Type | Required | Description |
|---|---|---|---|
base_url |
string | ✅ | Airflow webserver URL |
username |
string | ✅ | Airflow username |
password |
string | ✅ | Airflow password |
dag_id |
string | ✅ | DAG ID |
operation |
string | ✅ | trigger_dag, get_dag_run_status, list_dags |
dag_run_id |
string | ❌ | Run ID (for status) |
conf |
object | ❌ | DAG configuration |
execution_date |
string | ❌ | Execution date (ISO format) |