eladkal commented on pull request #20276: URL: https://github.com/apache/airflow/pull/20276#issuecomment-993939869
@dstandish would it be possible to handle the class name changes on this PR as well? https://github.com/apache/airflow/issues/20296 The modifications for that are relatively small. We shouldn't have `AwsRedshiftClusterSensor`. It should be: `from airflow.providers.amazon.aws.sensors.redshift_cluster import 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]
