[
https://issues.apache.org/jira/browse/AIRFLOW-6987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063716#comment-17063716
]
ASF subversion and git services commented on AIRFLOW-6987:
----------------------------------------------------------
Commit 6d414a76f4ae347335762793181fa1d4b1b5a917 in airflow's branch
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=6d414a7 ]
Revert "[AIRFLOW-6987] Avoid creating default connections (#7629)"
This reverts commit bdc461be2e4ab3dea96bb6d584071aa895cd4754.
> 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)