Lee-W commented on code in PR #48423:
URL: https://github.com/apache/airflow/pull/48423#discussion_r2015407165
##########
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:
We probably could make it a callback and that it do customized value
checking? I believe @jedcunningham and @sunank200 introduced a change that need
this functionality.
--
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]