edithturn commented on issue #20741: URL: https://github.com/apache/airflow/issues/20741#issuecomment-1054511731
@potiuk I was struggling with a problem to know why the `.build` folder was not created when executing build_image. It is that `.build ` is only created in the breeze main. Really sorry for the time it took me to realize it. https://github.com/edithturn/airflow/blob/e282d37962393d76802ec8170b6c0d4cef290f20/dev/breeze/src/airflow_breeze/breeze.py#L361-L363 So what I did was copy the line to: https://github.com/edithturn/airflow/blob/e282d37962393d76802ec8170b6c0d4cef290f20/dev/breeze/src/airflow_breeze/breeze.py#L166-L169 With this, I am not having the problem "file not found", so I could start to add the other variable environments that I need to build the image. As far I know, we don't run breeze in the Ci GitHub Actions, so these breeze main where that directory is created never will execute it never will create that directory which is needed to build 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]
