Skip to content

Commit

Permalink
fix(ingest): restrict snowflake-connector-python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Dec 1, 2022
1 parent 72b95f2 commit 3f41e1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def get_long_description():
# Eventually we should just require snowflake-sqlalchemy>=1.4.3, but I won't do that immediately
# because it may break Airflow users that need SQLAlchemy 1.3.x.
"SQLAlchemy<1.4.42",
# See https://github.com/snowflakedb/snowflake-connector-python/pull/1348 for why 2.8.2 is blocked
"snowflake-connector-python!=2.8.2",
"pandas",
"cryptography",
"msal",
Expand Down

0 comments on commit 3f41e1f

Please sign in to comment.