ashb opened a new pull request, #26552: URL: https://github.com/apache/airflow/pull/26552
With the switch to generating the breeze images in the host, not in docker we changed how we invoke the sub-commands, so the previous method of detecting when we are in image generation mode via `sys.argv` no longer works. Instead we now look for the existing environment var we set to configure "recording" mode. I'm guessing at when exactly this broke, but this should fix. If you look at the image diff for `setup` command you see we have (correctly) removed the default airflow path from the image. -- 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]
