aws-quickstart/quickstart-apache-superset

Request to share the Dockerfile & update to superset latest master 2.0.0

rameshkaranth opened this issue · 7 comments

Thanks to this quick start guide - https://aws-quickstart.github.io/quickstart-apache-superset/, we are able to launch Superset as ECS cluster. The guide uses a docker image - public.ecr.aws/p9r6s5p7/superset:v1.4.1.

I was able to find this docker hosted in AWS Public images gallery - https://gallery.ecr.aws/p9r6s5p7/superset, however this is more than 9 months old. I wish to extend this and base it on the latest version of superset master - release 2.0.0. However I cannot find the Dockerfile associated with this, can you please share the Dockerfile so I can extend this?

I am happy to raise a PR with latest version of superset if you share instructions

Container image hosted in https://gallery.ecr.aws/p9r6s5p7/superset was a boilerplate image without concern of customization, and upstream sync up from community will mainly depend on new features requirement and planned roadmap. May I know what feature you need in Superset 2.0.0?

support for horizontal bar chart and in general the experience on charts have improved in 2.0.0 and we want that. We also want to customise jina macros.

This would be great if the docker file and some info on how to update the cloudformation template and apply custom changes superset_configs could be made available - would really help in trying to use this template for some PoC work I am doing.

I am doing the upstream update for v2.0.0 and PR will be raised.
Before that, you may pull off the image from https://gallery.ecr.aws/p9r6s5p7/superset, add/override with your customizations (superset_configs e.g.), build up the new docker image and replace with image address in original CloudFormation template.

Ok great thanks

PR merged, you can check for the v2.0.0 now