nathadfield commented on PR #61448: URL: https://github.com/apache/airflow/pull/61448#issuecomment-4005650709
For additional context, in Airflow 2.x bundle versioning didn't exist, so the behavior was always to run with the latest code. Airflow 3.x introduced bundle versioning, which is a good improvement, but the default changed to running with the version as it was at parse time. This PR just gives teams the ability to control which of those two behaviors is the default, both globally and per-DAG. Some teams will prefer the Airflow 2 behavior (always latest), others will want the reproducibility that versioning provides. I don't think it's an unreasonable request to have that be configurable rather than hardcoded. -- 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]
