|
@@ -86,7 +86,7 @@ RUN ./build/env/bin/pip install --no-cache-dir \
|
|
|
# install after sqlalchemy-clickhouse and version == 1.0.4 \
|
|
# install after sqlalchemy-clickhouse and version == 1.0.4 \
|
|
|
# otherwise Code: 516, Authentication failed will display \
|
|
# otherwise Code: 516, Authentication failed will display \
|
|
|
infi.clickhouse_orm==1.0.4 \
|
|
infi.clickhouse_orm==1.0.4 \
|
|
|
- mysqlclient \
|
|
|
|
|
|
|
+ mysqlclient==2.1.1 \
|
|
|
PyAthena==2.25.2
|
|
PyAthena==2.25.2
|
|
|
# PyAthena == 3.x.x is latest, but not working with current configuration \
|
|
# PyAthena == 3.x.x is latest, but not working with current configuration \
|
|
|
# otherwise, 'VisitableType' object is not subscriptable in Hue UI
|
|
# otherwise, 'VisitableType' object is not subscriptable in Hue UI
|