jason810496 commented on code in PR #50371:
URL: https://github.com/apache/airflow/pull/50371#discussion_r2150016679
##########
airflow-core/src/airflow/configuration.py:
##########
@@ -347,6 +347,7 @@ def sensitive_config_values(self) -> set[tuple[str, str]]:
# DeprecationWarning will be issued and the old option will be used instead
deprecated_options: dict[tuple[str, str], tuple[str, str, str]] = {
("dag_processor", "refresh_interval"): ("scheduler",
"dag_dir_list_interval", "3.0"),
+ ("dag_processor", "parsing_pre_import_modules"): ("scheduler",
"parsing_pre_import_modules", "3.1.0"),
Review Comment:
nit:
Should we move the row to the bottom ?
Since there are ordered by change version currently.
--
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]