trigger_dag_run
Manually trigger an Apache Airflow DAG run by providing the DAG identifier. Returns confirmation with the new run ID and state.
Instructions
Trigger a manual DAG run.
Args:
dag_id: The DAG identifier to trigger.
Returns confirmation with the new run ID and state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |