trigger_dag
Manually trigger Airflow DAG runs in specified environments to execute data pipelines or workflows on demand.
Instructions
Manually trigger a DAG run.
Args: dag_id: The DAG to trigger. env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified. conf: Optional JSON string of DAG run configuration.
Returns confirmation with the new run ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| env | No | ||
| conf | No |