airflow-trigger-dag
Trigger an Airflow DAG run with optional configuration, note, and logical date. Provide the DAG ID to initiate a new run.
Instructions
Trigger a new Airflow DAG run with optional conf payload and note. Write-gated by AIRFLOW_ALLOW_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dagId | Yes | ||
| dagRunId | No | Optional run id; auto-generated if omitted | |
| conf | No | DAG run conf payload | |
| note | No | Optional note attached to the run | |
| logicalDate | No | Optional logical_date (ISO 8601) — Airflow 3.x replacement for execution_date |