ephraimbuddy commented on issue #56471: URL: https://github.com/apache/airflow/issues/56471#issuecomment-3466594549
@wolvery , you can use the config to disable it for your deployment. You can also disable it per dag by setting `disable_bundle_versioning=True` in dags. This disables bundle versioning which would now allow your code to run with the latest changes. What you cannot disable is the observed/serialized dag versioning. Those v1, v2 etc. -- 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]
