chore: Bump python libs (#23986)

This commit is contained in:
EugeneTorap
2023-05-10 13:19:25 +03:00
committed by GitHub
parent 48f3db946e
commit 543040b304
6 changed files with 115 additions and 102 deletions

View File

@@ -142,7 +142,7 @@ connect to those datasources in your Superset installation:
bootstrapScript: |
#!/bin/bash
pip install psycopg2==2.9.6 \
sqlalchemy-bigquery==1.5.0 \
sqlalchemy-bigquery==1.6.1 \
elasticsearch-dbapi==0.2.5 &&\
if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi
```