update (bart)
Validate Lakehouse config / validate (push) Has been cancelled

This commit is contained in:
Lakehouse Admin
2026-06-28 17:08:57 +02:00
parent 8eb64381e3
commit 0402a4fbae
21 changed files with 2471 additions and 74 deletions
+6 -2
View File
@@ -1,3 +1,7 @@
FROM apache/superset:latest
RUN pip install psycopg2-binary
USER root
RUN pip3 install --no-cache-dir --target=/app/.venv/lib/python3.10/site-packages --no-deps \
sqlalchemy-trino==0.5.0 trino==0.337.0 && \
pip3 install --no-cache-dir --target=/app/.venv/lib/python3.10/site-packages \
requests lz4 orjson python-dateutil pytz tzlocal zstandard charset-normalizer idna urllib3 certifi six greenlet
USER superset