jedcunningham commented on code in PR #47371:
URL: https://github.com/apache/airflow/pull/47371#discussion_r1994958554
##########
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:
We do want upgrading by default, these are known bad values. I was just
pointing out that doing thigns in config lint would never find/warn/upgrade
anything - it's already too late.
--
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]