jedcunningham commented on code in PR #32775:
URL: https://github.com/apache/airflow/pull/32775#discussion_r1272529966
##########
airflow/configuration.py:
##########
@@ -1929,6 +1942,18 @@ def
create_default_config_parser(configuration_description: dict[str, dict[str,
return parser
+def create_pre_2_7_defaults() -> ConfigParser:
+ """
+ Creates parser using the old defaults from Airflow < 2.7.0, in order to be
able ot fall-back to those
Review Comment:
```suggestion
Creates parser using the old defaults from Airflow < 2.7.0, in order to
be able to fall-back to those
```
--
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]