astronomer / astronomer-providers

Airflow Providers containing Deferrable Operators & Sensors from Astronomer
https://astronomer-providers.rtfd.io/
Apache License 2.0
128 stars 25 forks source link

Deprecate RedshiftDataOperatorAsync, RedshiftClusterSensorAsync, S3KeySensorAsync, BatchOperatorAsync, SageMakerProcessingOperatorAsync, SageMakerTransformOperatorAsync #1455

Closed Lee-W closed 5 months ago

Lee-W commented 5 months ago

Deprecate RedshiftDataOperatorAsync, RedshiftClusterSensorAsync, S3KeySensorAsync, BatchOperatorAsync, SageMakerProcessingOperatorAsync, SageMakerTransformOperatorAsync and proxy them to their Airflow OSS provider's counterpart

codecov[bot] commented 5 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (ae5cb97) 98.28% compared to head (0fe7821) 98.22%. Report is 1 commits behind head on main.

Files Patch % Lines
...r/providers/amazon/aws/sensors/redshift_cluster.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1455 +/- ## ========================================== - Coverage 98.28% 98.22% -0.06% ========================================== Files 91 91 Lines 5076 4966 -110 ========================================== - Hits 4989 4878 -111 - Misses 87 88 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Lee-W commented 5 months ago

BatchOperatorAsync

image
Lee-W commented 5 months ago

S3KeySensorAsync

image
Lee-W commented 5 months ago

SageMakerProcessingOperatorAsync, SageMakerTransformOperatorAsync

image
Lee-W commented 5 months ago

RedshiftDataOperatorAsync

image
Lee-W commented 5 months ago

RedshiftClusterSensorAsync

image