Skip to content

Commit

Permalink
Remove unused SQLAlchemy-backed Snowflake client
Browse files Browse the repository at this point in the history
This allows us to remove the direct dependencies on Snowflake's
python connector and SQLAlchemy libraries.
  • Loading branch information
tlento committed Jun 28, 2023
1 parent 0e17bbc commit 30ec98a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 249 deletions.
247 changes: 0 additions & 247 deletions metricflow/sql_clients/snowflake.py

This file was deleted.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ dependencies = [
"requests~=2.27.1",
"ruamel.yaml~=0.17.21",
"rudder-sdk-python~=1.0.3",
"snowflake-connector-python>=2.7.8",
"snowflake-sqlalchemy~=1.4.3",
"sqlalchemy-bigquery~=1.6.1",
"sqlalchemy-redshift==0.8.1",
"sqlalchemy2-stubs~=0.0.2a21",
Expand Down

0 comments on commit 30ec98a

Please sign in to comment.