Brunda10 commented on PR #53966: URL: https://github.com/apache/airflow/pull/53966#issuecomment-3177768394
Apologies for not including the full problem/solution details in the commit message earlier. I’ll update the PR description and commit message accordingly. Problem – In Airflow 2, the UI displayed the source of each config value (default, airflow.cfg, or environment variable). This visibility is missing in Airflow 3, and the API also doesn’t return it, making it hard to inspect via developer tools. Solution – Enable config visibility by adding the CLI command --expose-config true. This can also be set in the init.sh file when starting Breeze so that the config source is always visible in the UI and accessible via the API. -- 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]
