From e942c361d167839581721f5c253481209b24f4a0 Mon Sep 17 00:00:00 2001 From: Ioannis Foukarakis Date: Fri, 6 Sep 2024 15:43:09 +0300 Subject: [PATCH] Hotfix: fix permifrost runtime error (#1598) --- build/permifrost.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/permifrost.Dockerfile b/build/permifrost.Dockerfile index c73cbd689..b73b07b39 100644 --- a/build/permifrost.Dockerfile +++ b/build/permifrost.Dockerfile @@ -33,7 +33,7 @@ RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH" # Install dependencies excluding dev and current package -RUN pip install "permifrost==0.15.4" +RUN pip install "snowflake-sqlalchemy==1.5.3" "permifrost==0.15.4" ## ---------------------------final stage ----------------------------- ##