github-actions[bot] opened a new pull request, #61603:
URL: https://github.com/apache/airflow/pull/61603

   * Add Windows filesystem detection in Breeze startup
   
   Detect when Airflow sources are on a Windows (NTFS) filesystem
   mounted via WSL2 and fail early with a clear error message before
   starting Docker containers.
   
   The check runs on the host side during Breeze environment checks,
   using stat to identify the Plan 9 (9p) filesystem type that WSL2
   uses for Windows drive mounts. This detection cannot be done from
   inside the container because Docker Desktop abstracts the 9p layer.
   
   Closes: #58932
   
   * Fix ruff lint errors: rename shadowed 'platform' loop var and add 
check=False to subprocess.run
   (cherry picked from commit ca90ac34ed4dda846f3618565d9c1817b58f27f0)
   
   Co-authored-by: AndrĂ© Ahlert <[email protected]>


-- 
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]

Reply via email to