pierrejeambrun commented on code in PR #63884:
URL: https://github.com/apache/airflow/pull/63884#discussion_r3080473231
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -517,6 +517,17 @@ core:
type: boolean
example: ~
default: "False"
+ rerun_with_latest_version:
+ description: |
+ Default value for whether cleared or rerun tasks should use the latest
+ bundle version. When True, the default behavior is to rerun with the
+ latest code. When False (default), reruns use the original bundle
version.
+ Individual DAGs can override this with the
``rerun_with_latest_version``
+ parameter.
+ type: boolean
+ example: ~
+ default: "False"
+ version_added: 3.1.0
Review Comment:
Needs update.
--
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]