NBardelot opened a new pull request #7629: [AIRFLOW-XXXX] Avoid creating 
default connections
URL: https://github.com/apache/airflow/pull/7629
 
 
   Adds a new `load_default_connections` in the Core configuration of Airflow, 
similar to `load_examples` but aimed at avoiding the creation of default 
Connections in `airflow/utils/db.py`.
   
   By default it is retrocompatible: 
   
     * the default behaviour is the old behaviour (`True`)
     * the old behaviour is also kept in the CI tests and other places were 
configuration is used
   
   The config is documented as being new in 1.10.9 (the current version being 
built using `master`).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to