seub commented on issue #22006:
URL: https://github.com/apache/airflow/issues/22006#issuecomment-2495156685

   > This particular problem will be solved by DAG versioning in Airflow 3. 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=294816356
   
   @potiuk Thanks! I'm looking forward to this upgrade.
   
   However it looks to me like it won't completely solve our problem. Correct 
me if I'm wrong, but DAG versioning won't enable the action:
   
   > Pause the DAG and wait for any running instances to finish.
   
   For context: In our CI/CD pipelines we view this action is a necessary 
initial step, because we don't want any DAG instances to be running during the 
deployment stage of the CI/CD, as that stage could contain jobs which would 
interfere with 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