potiuk commented on issue #35722:
URL: https://github.com/apache/airflow/issues/35722#issuecomment-1817588519

   This is part of DAG versioning 
https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-36+DAG+Versioning that 
we don't even work on yet. Currently Airflow always runs the current version of 
the code - we have no snapshots of the code that was used when it was run in 
the past. So this as a feature will not be implemented separately. 
   
   currently if you want to avoid that - you should create a new version of the 
DAG with different DAG id if you want to change the structure of the dag 
significantly (add or remove many tasks).
   
   Converting it to discussion if more nseded.


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