This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new d395c1f1f8d Revert "Remove `sqlalchemy-redshift` dependency from 
Amazon provider (#42830)" (#42864)
d395c1f1f8d is described below

commit d395c1f1f8dad18a1daf5275a522f4f62bcf6aec
Author: Maciej Obuchowski <[email protected]>
AuthorDate: Wed Oct 9 17:28:06 2024 +0200

    Revert "Remove `sqlalchemy-redshift` dependency from Amazon provider 
(#42830)" (#42864)
    
    This reverts commit 3b4c73a644f40013927fb72227dfe018dc47a97f.
---
 airflow/providers/amazon/provider.yaml         | 1 +
 docs/apache-airflow-providers-amazon/index.rst | 1 +
 generated/provider_dependencies.json           | 1 +
 3 files changed, 3 insertions(+)

diff --git a/airflow/providers/amazon/provider.yaml 
b/airflow/providers/amazon/provider.yaml
index 741efb70e7e..1316cd05231 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -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
diff --git a/docs/apache-airflow-providers-amazon/index.rst 
b/docs/apache-airflow-providers-amazon/index.rst
index 88e869bba80..c58847dcd88 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -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``
diff --git a/generated/provider_dependencies.json 
b/generated/provider_dependencies.json
index 57bca636ed6..2d0ab90a350 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -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": [

Reply via email to