sunank200 commented on code in PR #47371:
URL: https://github.com/apache/airflow/pull/47371#discussion_r1994894731
##########
airflow/cli/cli_config.py:
##########
@@ -791,6 +791,16 @@ def string_lower_type(val):
("--section",),
help="The section name",
)
+ARG_LINT_CONFIG_UPGRADE_DEFAULTS = Arg(
+ ("--upgrade-defaults",),
Review Comment:
I can maybe have `upgrade=False` in configuration.py, which wouldn't upgrade
the confs by default. Is this what we intend to do? Or do we always want to
update in any case?
--
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]