Explorar o código

[docker] Adding impyla sql alchemy dialect

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
493abc48e6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tools/docker/hue/Dockerfile

+ 2 - 1
tools/docker/hue/Dockerfile

@@ -57,9 +57,10 @@ RUN ./build/env/bin/pip install --no-cache-dir \
   # Avoid Django 3 pulling
   django_redis==4.11.0 \
   flower \
-  # SparkSql show tables
+  # Contains fix for SparkSql show tables
   git+https://github.com/gethue/PyHive \
   # pyhive \
+  impyla==0.17.0 \
   #ksql \
   git+https://github.com/bryanyang0528/ksql-python \
   pydruid \