We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8557143 commit 0fb8963Copy full SHA for 0fb8963
superset/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## [superset-stackable2.0.1] - 2022-05-03
12
13
### Fixed
superset/Dockerfile
@@ -35,6 +35,7 @@ RUN microdnf update \
35
gevent \
36
psycopg2-binary \
37
statsd \
38
+ pydruid \
39
python-ldap
40
41
# Final image
0 commit comments