docker-superset
docker-superset copied to clipboard
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
I'm getting the below error while running the docker image. **Docker :** docker pull abhioncbr/docker-superset:0.36.0 **Command :** docker run -p 8088:8088 -v config:/home/superset/config/ abhioncbr/docker-superset:0.36.0 cluster server localhost:3307 localhost:6379 Reproduce: 1....
Hi Abhishek, Thanks for your detailed blog and process to setup Apache superset. I am deploying Superset on Container, However I am not able to import dashboard once the given...
**Is your feature request related to a problem? Please describe.** I simply wanted to add more workers in a `prod` environment, so I had to edit the `docker-entrypoint.sh` starting script....
**Describe the bug** gevent lib is not installed on container and when it starts worker I see following error. I do not understand how did you managed to run this...
**Describe the bug** Superset error sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1054, "Unknown column 'dbs.allow_run_sync' in 'field list'") **To Reproduce** Steps to reproduce the behavior: 1. Go to 'SOURCES' 2. Click on 'DATABASES' 3....
**Describe the bug** When I attempt to add a bigquery database connection I received the following error in the UI ` ERROR: {"error": "Connection failed!\n\nThe error message returned was:\nHTTPSConnectionPool(host='oauth2.googleapis.com', port=443):...
https://superset.incubator.apache.org/installation.html#email-reports
**Is your feature request related to a problem? Please describe.** Superset supports multiple frameworks for query caching however in docker-superset only Redis based caching is available. Requires support of other...
**Is your feature request related to a problem? Please describe.** Currently, manually pulling of the image from docker-hub and then needs copying of config & compose files for starting the...
Sysding is a tool for monitoring and securing containers. As per Sysding project `Sysdig is the first unified approach to monitor and secure containers across the entire software lifecycle.` Exploring...