Skip to content

Commit

Permalink
Updated the snowflake connector version per dbt-labs#2613
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Gross authored and Ryan Gross committed Jul 27, 2020
1 parent 3ec911b commit ca8e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
install_requires=[
'dbt-core=={}'.format(package_version),
'snowflake-connector-python==2.2.1',
'snowflake-connector-python==2.2.3',
'azure-common<2.0.0',
'azure-storage-blob<12.0.0',
'urllib3>=1.20,<1.26.0',
Expand Down

0 comments on commit ca8e953

Please sign in to comment.