You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/09/23 14:52:00 UTC

[jira] [Resolved] (AIRFLOW-1164) Do not create example Connections if load_examples is False

     [ https://issues.apache.org/jira/browse/AIRFLOW-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-1164.
----------------------------------------
    Resolution: Duplicate

> Do not create example Connections if load_examples is False
> -----------------------------------------------------------
>
>                 Key: AIRFLOW-1164
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1164
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: configuration
>            Reporter: Niels Zeilemaker
>            Assignee: Niels Zeilemaker
>            Priority: Major
>
> If you specify load_examples to be False, and call `airflow initdb` the example DAGs are not imported into the database. The example Connections are imported.
> We should use the same mechanism to prevent those from being imported/created. While still being able to call initdb to perform database upgrades in a CI/CD workflow



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