The GitHub Actions job "Tests (AMD)" on 
airflow.git/trigger-dagrun-reattach-on-clear has failed.
Run started by GitHub user crobertson-astro (triggered by potiuk).

Head commit for run:
76af1d892db0d17432e035a8507174ca3eb8337f / crobertson-astro 
<[email protected]>
Add reattach_on_existing option to TriggerDagRunOperator

When a triggered Dag run fails on a single task, users often fix it by hand
in the triggered Dag (marking the task success, clearing it, or re-running it)
and then want the triggering task to resume waiting on that same run. Today the
only ways to re-run the triggering task are reset_dag_run, which wipes the
manual fix by clearing the whole triggered run, or the default, which raises
DagRunAlreadyExists. Neither lets the triggering task simply re-attach.

reattach_on_existing lets a cleared triggering task attach to the existing
triggered Dag run and, with wait_for_completion, poll or defer on it until it
reaches an allowed or failed state, preserving any manual intervention.
reset_dag_run and skip_when_already_exists keep precedence.

Report URL: https://github.com/apache/airflow/actions/runs/29291689698

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to