astronomer / astronomer-providers

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

Deprecate HttpSensorAsync #1459

Closed vatsrahul1001 closed 8 months ago

vatsrahul1001 commented 8 months ago

This PR deprecates HttpSensorAsync by proxying them to their Airflow OSS provider's.

closes: https://github.com/astronomer/astronomer-providers/issues/1420

pankajastro commented 8 months ago

Note: bump http provider too https://github.com/astronomer/astronomer-providers/blob/main/setup.cfg

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6167579) 98.20% compared to head (849767c) 98.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1459 +/- ## ========================================== + Coverage 98.20% 98.28% +0.08% ========================================== Files 91 91 Lines 4684 4674 -10 ========================================== - Hits 4600 4594 -6 + Misses 84 80 -4 ```

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

vatsrahul1001 commented 8 months ago

Ran example DAG to verify task going in deferred state

image