https://github.com/teradata/docker-superset
An Apache Superset-based image that include teradatasql library
https://github.com/teradata/docker-superset
Last synced: about 1 month ago
JSON representation
An Apache Superset-based image that include teradatasql library
- Host: GitHub
- URL: https://github.com/teradata/docker-superset
- Owner: Teradata
- Created: 2022-03-22T18:27:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T14:52:12.000Z (about 4 years ago)
- Last Synced: 2025-06-04T10:24:36.907Z (11 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-superset
A Docker image that extends the official Apache Superset image and adds `teradatasqlalchemy`.
## Building
The dockerfile is parametrized. You need to specify SUPERSET_VERSION and TERADATASQLALCHEMY_VERSION to build the image:
NOTE: As of March 2022, Superset Docker images still don't support versioning. This build process sets SUPERSET_VERSION to `latest`.
```
docker build --build-arg SUPERSET_VERSION=latest --build-arg TERADATASQLALCHEMY_VERSION=17.0.0.2 -t teradata/superset:latest .
podman build --build-arg SUPERSET_VERSION=latest --build-arg TERADATASQLALCHEMY_VERSION=17.0.0.2 -t teradata/superset:latest .
```