potiuk commented on a change in pull request #20276:
URL: https://github.com/apache/airflow/pull/20276#discussion_r768923045



##########
File path: airflow/providers/amazon/provider.yaml
##########
@@ -455,7 +461,8 @@ hook-class-names:  # deprecated - to be removed after 
providers add dependency o
   - airflow.providers.amazon.aws.hooks.s3.S3Hook
   - airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook
   - airflow.providers.amazon.aws.hooks.emr.EmrHook
-  - airflow.providers.amazon.aws.hooks.redshift.RedshiftSQLHook
+  - airflow.providers.amazon.aws.hooks.redshift_sql.RedshiftSQLHook
+  - airflow.providers.amazon.aws.hooks.redshift_cluster.RedshiftHook

Review comment:
       And Also - hook-class-names is deprecated. It is replaced by 
`connection-types' below (and it only there to support Airflow 2.1.0).  The 
"connection types" below are correct - they do not contain the RedshiftHook




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to