quickstart-apache-superset icon indicating copy to clipboard operation
quickstart-apache-superset copied to clipboard

Is superset-node in the Cloudformation template used by superset?

Open rameshkaranth opened this issue 3 years ago • 1 comments

When I refer the helm charts in superset code base or the docker compose we see below service

  • redis - caching / celery process
  • db - persistent state management for superset
  • superset-init - Runs migrations, sets up example tables, charts, dashboards etc
  • worker
  • worker-beat

I don't see any separate service for node.

I made changes in superset front end code to change font, primary, secondary colors. Rebuilt the docker image from source for Superset and deployed the template with updated docker image for superset. superset-node is using a separate docker public.ecr.aws/p9r6s5p7/superset-node:v1.4.1 which I have not replaced. I see the updated css, font family when I open superset frontend, but no logs or activity on superset-node

rameshkaranth avatar Aug 18 '22 12:08 rameshkaranth

please check https://github.com/apache/superset/blob/master/docker-compose.yml#L104 for node part

yike5460 avatar Aug 19 '22 02:08 yike5460