ephraimbuddy opened a new pull request, #42913: URL: https://github.com/apache/airflow/pull/42913
[skip_ci] This commit introduces versioning for DAGs. Changes: - Introduced DagVersion model to handle versioning of DAGs. - Added version_name field to DAG for use in tracking the dagversion by users - Added support for version retrieval in the get_dag_source API endpoint - Modified DAG execution logic to reference dag_version_id instead of the dag_hash to ensure DAG runs are linked to specific versions. Closes: #42333, #42334, #42336, #42335 Happy to split this, but I think one PR is better. I will close the previous PRs on this topic if we all prefer this as one PR, otherwise, I will update them. -- 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]
