nathadfield commented on PR #61448:
URL: https://github.com/apache/airflow/pull/61448#issuecomment-3858842712

   > My immediate reaction is, not sure hows its much different than the 
existing [[dag_processor] 
disable_bundle_versioning](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#disable-bundle-versioning)
 and `disable_bundle_versioning` on Dag. My 30s review for the day :)
   
   The key distinction is that these features serve different purposes:         
                                                                                
                             
                                                                                
                                                                                
                                                 
   disable_bundle_versioning is binary - versioning on or off:                  
                                                                                
                                               
   - It's a structural decision about whether to use bundle versioning at all   
                                                                                
                                               
   - No middle ground
   
   run_on_latest_version adds flexibility at the DAG/task level when rerunning:
   - Configures what happens when you clear, rerun, or trigger a DAG
   - Do you want to rerun with the latest code, or stick with the original 
version?
   
   Without this feature, when using bundle versioning you have a binary choice:
     - Turn off versioning → reruns get latest code (but lose version tracking)
     - Keep versioning → stuck manually selecting versions in the UI for every 
rerun


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