Skip to content

Include the superset static assets in the backend image

Btullis requested to merge replace_assets_in_backend into main

We have been working to split the superset container into frontend and backend images, so that we may serve static assets from a simplified web server.

In doing so, we created a backend container that did not have the assets included. This has been observed to cause issues because the flask application itself was attempting to access some of these assets by filename.

This commit adds the assets back into the backend image, leaving the frontend image untouched.

Bug: T357890

Merge request reports