You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/15 05:08:52 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #20276: Split redshift cluster and redshift sql

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



##########
File path: airflow/contrib/hooks/redshift_hook.py
##########
@@ -20,7 +20,7 @@
 
 import warnings
 
-from airflow.providers.amazon.aws.hooks.redshift import RedshiftHook  # noqa
+from airflow.providers.amazon.aws.hooks.redshift_cluster import RedshiftHook  # noqa
 
 warnings.warn(
     "This module is deprecated. Please use `airflow.providers.amazon.aws.hooks.redshift`.",

Review comment:
       Need to also change these warning messages




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org