The GitHub Actions job "Tests" on airflow.git/feature/trigger-dagrun-run-after 
has failed.
Run started by GitHub user kalluripradeep (triggered by kalluripradeep).

Head commit for run:
ee3469ac3744962997b32ac1328240a9f4c188fa / kalluripradeep 
<[email protected]>
Add run_after support to TriggerDagRunOperator (#60443)

This commit adds run_after parameter support to TriggerDagRunOperator,

enabling multiple parallel runs of the same DAG with different configurations.

Changes:

- Add run_after parameter to TriggerDagRunOperator.__init__

- Add run_after to template_fields for dynamic templating

- Update execute() logic to handle run_after properly

- When run_after is provided and logical_date is NOTSET, set logical_date=None

- Pass run_after to DagRunTriggerException for Airflow 3

- Update run_id generation to use parsed_run_after

Features:

- Backward compatible (defaults to current behavior)

- Enables parallel DAG runs with same dag_id but different conf

- Aligns with Airflow 3's run_after design

- Supports templating for dynamic run_after values

Fixes #60443

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

With regards,
GitHub Actions via GitBox


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

Reply via email to