The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
0d35b8cece2eb61160a8dd06f446a4ce5359d204 / Ephraim Anierobi 
<[email protected]>
Optimize DAG versioning for dynamic DAGs

Dynamic DAGs frequently generate new versions due to changing hashes.
This leads to version proliferation and unused DAG versions.

Changes:
- Update serialized DAG only when hash changes and the existing version has no
  associated TaskInstances
- For versioned bundles: Prevents creation of unnecessary versions
  since the scheduler will not dag_run.verify_integrity
- For non-versioned bundles: Still creates versions for unfinished
  TaskInstances but stops once DAG completes.

This reduces database clutter

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

With regards,
GitHub Actions via GitBox


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

Reply via email to