diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst index e15eb455728d4..9a8c9ace60a17 100644 --- a/airflow/providers/amazon/CHANGELOG.rst +++ b/airflow/providers/amazon/CHANGELOG.rst @@ -37,6 +37,12 @@ Features * ``AwsBaseHook make client_type resource_type optional params for get_client_type, get_resource_type (#17987)`` * ``Delete unnecessary parameters in EKSPodOperator (#17960)`` +The Redshift operators require at least ``2.3.0`` version of the Postgres Provider. This is +reflected in the ``[postgres]`` extra, but extras do not guarantee that the right version of +dependencies is installed (depending on the installation method). In case you have problems with +running Redshift operators, upgrade ``apache-airflow-providers-postgres`` provider to at least +version 2.3.0. + Bug Fixes ~~~~~~~~~ diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml index 602d9216c3cd7..990b0bd729a6d 100644 --- a/airflow/providers/amazon/provider.yaml +++ b/airflow/providers/amazon/provider.yaml @@ -35,6 +35,9 @@ versions: additional-dependencies: - apache-airflow>=2.1.0 +additional-extras: + postgres: apache-airflow-providers-postgres>=2.3.0 + integrations: - integration-name: Amazon Athena external-doc-url: https://aws.amazon.com/athena/