uranusjr commented on code in PR #47371:
URL: https://github.com/apache/airflow/pull/47371#discussion_r1992999284


##########
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:
   This only “upgrades” them in the current process, right? As far as I can 
tell the new values are not persisted. I wonder if there is a better verb to 
describe this.



-- 
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]

Reply via email to