Andrushika opened a new pull request, #73174: URL: https://github.com/apache/airflow/pull/73174
## Why `check_environment.sh` runs `airflow config get-value core auth_manager` on every `breeze start-airflow` to see if it should create the FAB admin user. That starts a full Airflow process just to print one value. breeze already sets `AIRFLOW__CORE__AUTH_MANAGER`, and env vars win in config lookup, so the CLI only echoes it back. On my machine that call takes 2.2 to 2.6s each start. ## What Read the env var in the shell first. Fall back to the CLI only when it is empty, which keeps the Airflow 2.x path working. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Fable 5.1) Generated-by: Claude Code (Fable 5.1) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
