ferruzzi commented on code in PR #32532:
URL: https://github.com/apache/airflow/pull/32532#discussion_r1260495220


##########
airflow/providers_manager.py:
##########
@@ -950,6 +957,14 @@ def _discover_auth_backends(self) -> None:
                     if _sanity_check(provider_package, 
auth_backend_module_name + ".init_app", provider):
                         
self._api_auth_backend_module_names.add(auth_backend_module_name)
 

Review Comment:
   Of course, it's not as easy as it looks.   I tried 
[this](https://github.com/aws-mwaa/upstream-to-airflow/commit/6ad3e78d0d7205cd1e63821c5087282ff66ac4c1)
 but it broke a couple dozen unit tests.  Maybe not worth it.



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