ferruzzi commented on code in PR #32532:
URL: https://github.com/apache/airflow/pull/32532#discussion_r1260389295
##########
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:
Out of scope, but this file looks like it is begging for a helper method.
:thinking:
--
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]