shahar1 commented on code in PR #61605:
URL: https://github.com/apache/airflow/pull/61605#discussion_r2777774881


##########
airflow-core/docs/core-concepts/dags.rst:
##########
@@ -249,6 +249,17 @@ date would then be the logical date + scheduled interval.
     For more information on ``logical date``, see :ref:`data-interval` and
     :ref:`faq:what-does-execution-date-mean`.
 
+DAG Versioning
+~~~~~~~~~~~~~~
+
+In Airflow 3, DAGs are versioned automatically when their definition changes.
+A new DAG version is created whenever the DAG structure is modified, for 
example
+when tasks or dependencies are added, removed, or updated.
+
+Each DAG run is associated with the version of the DAG that existed at the time
+the run was scheduled. Changes made to a DAG after a run has been scheduled do
+not affect already running or completed DAG runs.
+

Review Comment:
   ```suggestion
   Dag Versioning
   ~~~~~~~~~~~~~~
   
   In Airflow 3, Dags are versioned automatically when their definition changes.
   A new Dag version is created whenever the DAG structure is modified, for 
example when tasks or dependencies are added, removed, or updated.
   
   Each Dag run is associated with the version of the Dag that existed at the 
time
   the run was scheduled. Changes made to a Dag after a run has been scheduled 
do not affect already running or completed DAG runs.
   ```



-- 
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]

Reply via email to