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/21 06:56:37 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #20370: Organize Sagemaker classes in Amazon provider

eladkal commented on a change in pull request #20370:
URL: https://github.com/apache/airflow/pull/20370#discussion_r771916110



##########
File path: dev/provider_packages/prepare_provider_packages.py
##########
@@ -2154,11 +2154,13 @@ def summarise_total_vs_bad_and_warnings(total: int, bad: int, warns: List[warnin
     "This module is deprecated. Please use `airflow.providers.amazon.aws.sensors.dms`.",
     'This module is deprecated. Please use `airflow.providers.amazon.aws.operators.emr`.',
     'This module is deprecated. Please use `airflow.providers.amazon.aws.sensors.emr`.',
-    "This module is deprecated. Please use `airflow.providers.amazon.aws.hooks.redshift_cluster` "
-    "or `airflow.providers.amazon.aws.hooks.redshift_sql` as appropriate.",
-    "This module is deprecated. Please use `airflow.providers.amazon.aws.operators.redshift_sql` "
-    "or `airflow.providers.amazon.aws.operators.redshift_cluster` as appropriate.",
-    "This module is deprecated. Please use `airflow.providers.amazon.aws.sensors.redshift_cluster`.",
+    'This module is deprecated. Please use `airflow.providers.amazon.aws.operators.sagemaker`.',
+    'This module is deprecated. Please use `airflow.providers.amazon.aws.sensors.sagemaker`.',
+    'This module is deprecated. Please use `airflow.hooks.redshift_sql` '
+    'or `airflow.hooks.redshift_cluster` as appropriate.',
+    'This module is deprecated. Please use `airflow.operators.redshift_sql` or '
+    '`airflow.operators.redshift_cluster` as appropriate.',
+    'This module is deprecated. Please use `airflow.sensors.redshift_cluster`.',

Review comment:
       The test is failing related to these changes. Probably some wrong entry edit?




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