potiuk commented on code in PR #30958:
URL: https://github.com/apache/airflow/pull/30958#discussion_r1181117814
##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -250,6 +250,13 @@ daemon_umask = 0o077
# Example: dataset_manager_kwargs = {{"some_param": "some_value"}}
# dataset_manager_kwargs =
+# (experimental) Whether components should use Airflow Internal API for DB
connectivity.
Review Comment:
Quite the contrary. They are very much related. They were (correctly)
automatically added by pre-commit.
Those parameters have version-added = 2.7.0. This was implemented as part of
the feature flags for AIP-44 and AIP-52, but in order to not comploicate it
further we restricted automated moving parameters from .yaml to config based
on "version-added" > currrent version. We moved the related parameters that
were scheduled for 2.7 to have "version-added=2.7.0" so they started to appear
only when we moved the version to 2.7.0.
--
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]