linxi507 opened a new pull request, #64192: URL: https://github.com/apache/airflow/pull/64192
This PR improves GitHub Codespaces onboarding for Breeze and makes the related Docker guidance less misleading. It updates the beginner quick start and the dedicated Codespaces guide to clarify that: - GitHub Codespaces already runs inside a containerized development environment - `breeze start-airflow` should be run from the initial Codespaces terminal / outer shell with Docker access - running it from inside an already-entered `breeze shell` or nested container shell can lead to misleading Docker-related errors It also improves the Breeze error guidance shown when Docker checks fail in a container/devcontainer/Codespaces-like environment. Instead of only showing the generic "Docker is not running" message, Breeze now adds a more targeted explanation about the execution context. Tests: - added unit tests for the containerized-environment guidance path - preserved coverage for the generic non-containerized path Closes: #62405 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Chat GPT-5 Generated-by: Chat GPT-5 following the guidelines at 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]
