set_dag_run_note
Add or update notes for specific DAG runs in Apache Airflow by providing the DAG ID, run ID, and note content. Simplify task tracking and documentation.
Instructions
Update the DagRun note
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
dag_run_id | Yes | ||
note | Yes |