pierrejeambrun commented on PR #29042: URL: https://github.com/apache/airflow/pull/29042#issuecomment-1441951077
Hello @KarthikRajashekaran, Front end assets are built/bundled using webpack. So you would need to rebuild this part in your image for it to work. (__python setup.py compile_assets__ command pointed by Jarek or directly using yarn) As Jarek mentioned, you can also use breeze to build docker images and python packages in a consistent way. Here you could rebuild your own version of the airflow package with this patch, then extend your docker image to use this patched airflow version. Hope this helps. -- 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]
