Skip to content

Commit

Permalink
Bump the Snowflake connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Dec 3, 2022
1 parent aa209fc commit f9a3e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ COPY ./engine/src/postgres-elasticsearch-fdw/pg_es_fdw /pg_es_fdw/pg_es_fdw
# Install the Snowflake SQLAlchemy connector
# Use our fork that supports server-side cursors
RUN --mount=type=cache,id=pip-cache,target=/root/.cache/pip \
pip install "git+https://github.com/splitgraph/snowflake-sqlalchemy.git@14e64cc0ef7374df0cecc91923ff6901b0d721b7"
pip install "git+https://github.com/splitgraph/snowflake-sqlalchemy.git@9e709ca9c8286cec8a789dec5dbbf9460e6652b8"

# Install PyAthena for Amazon Athena SQLAlchemy-based FDW, as well as pandas
RUN --mount=type=cache,id=pip-cache,target=/root/.cache/pip \
Expand Down

0 comments on commit f9a3e21

Please sign in to comment.