Skip to content

Commit

Permalink
[build] Pin mysqlclient 2.1.1 in Hue build time
Browse files Browse the repository at this point in the history
  • Loading branch information
agl29 committed Aug 21, 2023
1 parent a7db927 commit 995bd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/hue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN ./build/env/bin/pip install --no-cache-dir \
# install after sqlalchemy-clickhouse and version == 1.0.4 \
# otherwise Code: 516, Authentication failed will display \
infi.clickhouse_orm==1.0.4 \
mysqlclient \
mysqlclient==2.1.1 \
PyAthena==2.25.2
# PyAthena == 3.x.x is latest, but not working with current configuration \
# otherwise, 'VisitableType' object is not subscriptable in Hue UI
Expand Down

0 comments on commit 995bd22

Please sign in to comment.