aws-quickstart / quickstart-apache-superset

AWS Quick Start Team
Apache License 2.0
38 stars 31 forks source link

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

Open rameshkaranth opened 2 years ago

rameshkaranth commented 2 years ago

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

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

yike5460 commented 2 years ago

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