qiuyuzhou commented on issue #8505: Old dashboard not work after upgrade to 0.34.1 from 0.28.1 URL: https://github.com/apache/incubator-superset/issues/8505#issuecomment-550162566 I installed the superset in k8s cluster by helm. Use the chart [stable/superset](https://github.com/helm/charts/tree/master/stable/superset). Use a docker image base on [amancevice/superset](https://hub.docker.com/r/amancevice/superset/dockerfile). ```Dockerfile FROM amancevice/superset:${SUPERSET_VERSION} USER root RUN pip install --no-cache-dir pydruid==0.5.7 USER superset ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
