eladkal commented on a change in pull request #20374:
URL: https://github.com/apache/airflow/pull/20374#discussion_r771535786
##########
File path: airflow/providers/amazon/aws/sensors/redshift_cluster.py
##########
@@ -58,3 +58,19 @@ def get_hook(self) -> RedshiftHook:
self.hook = RedshiftHook(aws_conn_id=self.aws_conn_id)
return self.hook
+
+
+class AwsRedshiftClusterSensor(RedshiftClusterSensor):
Review comment:
We dont need deprecation here.
This is a new class added recently in
https://github.com/apache/airflow/pull/20276/files
This was never released to users so we can avoid this deprecation.
We should redirect from
https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/sensors/redshift.py
directly to the `RedshiftClusterSensor`
--
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]