trigger_dag
Initiate a new DAG run in Apache Airflow by specifying the DAG ID. Provides run details like ID, state, execution date, start, and end times via the MCP-Airflow-API.
Instructions
[Tool Role]: Triggers a new DAG run for a specified Airflow DAG.
Args: dag_id: The DAG ID to trigger
Returns: Minimal info about triggered DAG run: dag_id, run_id, state, execution_date, start_date, end_date
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes |