jeff3071 commented on PR #71437: URL: https://github.com/apache/airflow/pull/71437#issuecomment-5749002694
There are a few conflicts with #72156. Here are the proposed changes: - Keep `_get_conn_and_extra`, and remove `_get_cached_connection` and `_get_cached_connection_extra_dejson`. - Update `_seed_connection` to store the connection and its extra data in `self._connections` and `self._connection_extra_dejson`, respectively. - Update provider_fallback.rst, since we no longer retry using the environment-variable-based provider. -- 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]
