You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/16 10:10:00 UTC

[jira] [Commented] (AIRFLOW-6987) Avoid creating default connections

    [ https://issues.apache.org/jira/browse/AIRFLOW-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060091#comment-17060091 ] 

ASF GitHub Bot commented on AIRFLOW-6987:
-----------------------------------------

potiuk commented on pull request #7629: [AIRFLOW-6987] Avoid creating default connections
URL: https://github.com/apache/airflow/pull/7629
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


> Avoid creating default connections
> ----------------------------------
>
>                 Key: AIRFLOW-6987
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6987
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: configuration
>    Affects Versions: 1.10.9
>            Reporter: Noël BARDELOT
>            Priority: Minor
>             Fix For: 1.10.10
>
>
> Add 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 should be retrocompatible:
> - the default behaviour should be the old behaviour (True)
> - the old behaviour should also be kept in the CI tests and other places were configuration is used
> The config should be documented as being new.
> See also in the Helm charts project, concerning the stable/airflow chart:
> > [stable/airflow] allow default connections to be removed
> https://github.com/helm/charts/issues/20568 (by @javamonkey79)
> https://github.com/helm/charts/pull/21018 (comment) (by @javamonkey79)
> > [stable/airflow] Add a feature to run extra init scripts in the scheduler after initdb
> https://github.com/helm/charts/pull/21047



--
This message was sent by Atlassian Jira
(v8.3.4#803005)