potiuk commented on code in PR #38794:
URL: https://github.com/apache/airflow/pull/38794#discussion_r1554585899
##########
airflow/api_connexion/endpoints/config_endpoint.py:
##########
@@ -85,6 +85,9 @@ def get_config(*, section: str | None = None) -> Response:
elif expose_config:
if section and not conf.has_section(section):
raise NotFound("section not found.", detail=f"section={section}
not found.")
+ from airflow.providers_manager import ProvidersManager
Review Comment:
Let's not merge it yet. I am checking with @ephraimbuddy and @ashb as I
think this is something different for #38793
--
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]