potiuk commented on issue #32048:
URL: https://github.com/apache/airflow/issues/32048#issuecomment-1627456200

   Yes. We can't really change db init behaviour. But we can do something else. 
We can deprecate (and hide) `init` and add a new `initialize` command that 
should only work on empty db (and add the `create-default- connections` of 
course).
   
   and yes - create-default-connecrions should only eventually create 
connections for the installed providers.  This is what the follow-up should be 
about. So maybe indeed it should all be done as a single step (or at least we 
have to make sure that 'add-default-connections is never released in the state 
wher it would all all connections independently which providers are installed 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to