feluelle commented on a change in pull request #11227:
URL: https://github.com/apache/airflow/pull/11227#discussion_r507891865



##########
File path: airflow/providers/amazon/aws/transfers/s3_to_redshift.py
##########
@@ -17,8 +17,10 @@
 
 from typing import List, Optional, Union
 
+
 from airflow.models import BaseOperator
 from airflow.providers.amazon.aws.hooks.s3 import S3Hook
+from airflow.providers.amazon.aws.utils.redshift import build_credentials_block

Review comment:
       We don't have a `RedshiftHook`. We are using a `PostgresHook` since 
redshift is based on postgres. And we hadn't really the need yet to create a 
hook only for redshift specific stuff. :)
   
   https://github.com/apache/airflow/pull/11227#discussion_r501630750




----------------------------------------------------------------
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.

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


Reply via email to