Skip to content

Commit

Permalink
Bump Snowflake client driver versions per support policy (apache#39886)
Browse files Browse the repository at this point in the history
Snowflake will stop supporting `snowflake-connector-python` < 2.7.11 and `snowflake-sqlalchemy` < 1.4.0 drivers starting in August 2024 per their [support policy](https://docs.snowflake.com/en/release-notes/requirements?mkt_tok=MjUyLVJGTy0yMjcAAAGS9G-6LwxqoiEDdP7gW8LVuqIOZBVZYD7tBBBXJwLgxN-eRMQk6RRZbEZXCRl2R2GkOvK3m4KXivhOgGlJRFSCAhmEvJVSU8CR9cAR2qyf7IHMW7mTQQ#client-support-policy). This PR bumps the driver versions to align with the support policy.
  • Loading branch information
josh-fell authored and fdemiane committed Jun 6, 2024
1 parent 317232e commit 03103ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/snowflake/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ versions:
dependencies:
- apache-airflow>=2.7.0
- apache-airflow-providers-common-sql>=1.10.0
- snowflake-connector-python>=2.7.8
- snowflake-sqlalchemy>=1.1.0
- snowflake-connector-python>=2.7.11
- snowflake-sqlalchemy>=1.4.0

integrations:
- integration-name: Snowflake
Expand Down
4 changes: 2 additions & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1160,8 +1160,8 @@
"deps": [
"apache-airflow-providers-common-sql>=1.10.0",
"apache-airflow>=2.7.0",
"snowflake-connector-python>=2.7.8",
"snowflake-sqlalchemy>=1.1.0"
"snowflake-connector-python>=2.7.11",
"snowflake-sqlalchemy>=1.4.0"
],
"devel-deps": [],
"plugins": [],
Expand Down

0 comments on commit 03103ae

Please sign in to comment.