potiuk commented on code in PR #33136:
URL: https://github.com/apache/airflow/pull/33136#discussion_r1285123066
##########
airflow/config_templates/config.yml:
##########
@@ -591,10 +591,17 @@ database:
default: ~
load_default_connections:
description: |
- Whether to load the default connections that ship with Airflow. It's
good to
- get started, but you probably want to set this to ``False`` in a
production
- environment
+ Whether to load the default connections that ship with Airflow when
``airflow db init`` is called.
+ It's good to get started, but you probably want to set this to
``False`` in a production environment.
version_added: 2.3.0
+ deprecated: 2.7.0
Review Comment:
Yep. Why not.
--
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]