You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/06 06:16:55 UTC

[GitHub] [incubator-superset] qiuyuzhou commented on issue #8505: Old dashboard not work after upgrade to 0.34.1 from 0.28.1

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org