potiuk commented on issue #32420: URL: https://github.com/apache/airflow/issues/32420#issuecomment-1625317991
Just a note - we should also keep the 'db init` working but raising a deprecation warnings (but it should not be documented). This is something we've done in the past (I recall we have a mechanism for that). Once we do this rename, we can consider also next step (this is where the whole discussion started with @eladkal) to indeed move the connection definition to providers. Basically that should be a new information exposed by get_provider_info - "default_connection" dictionary and exposed by Provider Manager. This is a little more complex though. We need think how to make sure backwards compatibility (and what it really means) with older providers which do not expose this information, so I'd say this should be done as follow up and some discussion over a PR. -- 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]
