ephraimbuddy commented on code in PR #50371:
URL: https://github.com/apache/airflow/pull/50371#discussion_r2149589600
##########
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.0.2"),
Review Comment:
```suggestion
("dag_processor", "parsing_pre_import_modules"): ("scheduler",
"parsing_pre_import_modules", "3.1.0"),
```
Let's plan this for 3.1.0 since it's not a bug fix but an improvement
--
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]