jscheffl commented on code in PR #48423:
URL: https://github.com/apache/airflow/pull/48423#discussion_r2017640677


##########
airflow-core/src/airflow/cli/commands/config_command.py:
##########
@@ -88,6 +88,7 @@ class ConfigChange:
     :param renamed_to: The new section and option if the configuration is 
renamed.
     :param was_deprecated: If the config is removed, whether the old config 
was deprecated.
     :param was_removed: If the config is removed.
+    :param is_invalid_if: If the current config value is invalid in the future.

Review Comment:
   Yeah I also thought about a callback or `lambda:`... but then considered I 
don't want to over-engineer.
   
   If there are more use cases and different requirements, feel free to extend 
in a follow-up PR.



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