mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 10:28:22 +00:00
fix(ingest): snowflake - loosen snowflake connector version requirement (#6418)
Related to https://github.com/datahub-project/datahub/pull/6204.
This commit is contained in:
parent
e79b4e8c2b
commit
fd518cdf58
@ -168,8 +168,9 @@ redshift_common = {
|
||||
snowflake_common = {
|
||||
# Snowflake plugin utilizes sql common
|
||||
*sql_common,
|
||||
# Required for all Snowflake sources
|
||||
"snowflake-sqlalchemy<=1.2.4",
|
||||
# Required for all Snowflake sources.
|
||||
# See https://github.com/snowflakedb/snowflake-sqlalchemy/issues/234 for why 1.2.5 is blocked.
|
||||
"snowflake-sqlalchemy>=1.2.4, !=1.2.5",
|
||||
"cryptography",
|
||||
"msal",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user