Skip to content

Commit 0fb8963

Browse files
Add Python package pydruid to Superset image (#110)
1 parent 8557143 commit 0fb8963

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

superset/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [superset-stackable2.1.0] - 2022-05-04
4+
5+
### Added
6+
7+
- Python package pydruid added ([#110]).
8+
9+
[#110]: https://github.com/stackabletech/docker-images/pull/110
10+
311
## [superset-stackable2.0.1] - 2022-05-03
412

513
### Fixed

superset/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN microdnf update \
3535
gevent \
3636
psycopg2-binary \
3737
statsd \
38+
pydruid \
3839
python-ldap
3940

4041
# Final image

0 commit comments

Comments
 (0)