Skip to content

Commit

Permalink
Revert "Remove sqlalchemy-redshift dependency from Amazon provider (#…
Browse files Browse the repository at this point in the history
…42830)" (#42864)

This reverts commit 3b4c73a.
  • Loading branch information
mobuchowski authored Oct 9, 2024
1 parent 26d7919 commit d395c1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies:
- watchtower>=3.0.0,!=3.3.0,<4
- jsonpath_ng>=1.5.3
- redshift_connector>=2.0.918
- sqlalchemy_redshift>=0.8.6
- asgiref>=2.3.0
- PyAthena>=3.0.10
- jmespath>=0.7.0
Expand Down
1 change: 1 addition & 0 deletions docs/apache-airflow-providers-amazon/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ PIP package Version required
``watchtower`` ``>=3.0.0,!=3.3.0,<4``
``jsonpath_ng`` ``>=1.5.3``
``redshift_connector`` ``>=2.0.918``
``sqlalchemy_redshift`` ``>=0.8.6``
``asgiref`` ``>=2.3.0``
``PyAthena`` ``>=3.0.10``
``jmespath`` ``>=0.7.0``
Expand Down
1 change: 1 addition & 0 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"jsonpath_ng>=1.5.3",
"python3-saml>=1.16.0",
"redshift_connector>=2.0.918",
"sqlalchemy_redshift>=0.8.6",
"watchtower>=3.0.0,!=3.3.0,<4"
],
"devel-deps": [
Expand Down

0 comments on commit d395c1f

Please sign in to comment.