ephraimbuddy opened a new pull request, #46934: URL: https://github.com/apache/airflow/pull/46934
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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
