shawn-ann opened a new issue, #41452:
URL: https://github.com/apache/airflow/issues/41452

   ### Apache Airflow version
   
   Other Airflow 2 version (please specify below)
   
   ### If "Other Airflow 2 version" selected, which one?
   
   2.2.3
   
   ### What happened?
   
   For running dag runs, any changes to the dag file should affect it.
   
   
   
   
   
   ### What you think should happen instead?
   
   For running dag runs, any changes to the dag file should not affect it.
   
   
   
   ### How to reproduce
   
   create a dag file with a dag id of "dag-001" containing a task A and B. A 
will take 30 minutes to execute, I run the dag file(first run), and while it's 
running I update the file and add a new task after B, and then run it 
again(second run).
   My expectation is that the first run should only run tasks A and B, but it 
will also run C, even though I didn't add C at startup.
   
   ### Operating System
   
   linux
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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