Re: [PR] Fix loading configuration from providers for config endpoints [airflow]

2024-04-06 Thread via GitHub
potiuk closed pull request #38794: Fix loading configuration from providers for config endpoints URL: https://github.com/apache/airflow/pull/38794 -- 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

Re: [PR] Fix loading configuration from providers for config endpoints [airflow]

2024-04-06 Thread via GitHub
potiuk commented on PR #38794: URL: https://github.com/apache/airflow/pull/38794#issuecomment-2041105593 Likely superseded by #38795 -- 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

Re: [PR] Fix loading configuration from providers for config endpoints [airflow]

2024-04-06 Thread via GitHub
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:

[PR] Fix loading configuration from providers for config endpoints [airflow]

2024-04-06 Thread via GitHub
potiuk opened a new pull request, #38794: URL: https://github.com/apache/airflow/pull/38794 The configuration for providers is not loaded by default when airflow configuraiton is loaded, because loading configuration from providers is slow and configuration intialization is done by just imp