trigger_dag_run
Trigger a manual Apache Airflow DAG run by providing its DAG ID. Get immediate confirmation with the new run ID and state, enabling quick execution of workflows on demand.
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 |