@ashb As it becomes easier to tear down and create an Airflow instance with dockerized solutions, init'ing without the example connections is preferable. Beyond a users first time using airflow they will likely want to init without the example connections. `upgrade db` is a nice alternative if you have a long lived airflow instance that you have already manually removed the example conns from. This is a solution to avoid having to manually remove example conns.
I don't have a strong opinion on whether or not this should be combined with `load_examples`. The simplicity of combining them is always a plus, but I would need to see how users leverage the configs before speaking further. [ Full content available at: https://github.com/apache/incubator-airflow/pull/3796 ] This message was relayed via gitbox.apache.org for [email protected]
