-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate async SFTP sensor #1470
Conversation
This needs to wait for the upstream provider PR to be released apache/airflow#37117 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, once upstream provider version updated here
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1470 +/- ##
==========================================
- Coverage 98.28% 98.27% -0.01%
==========================================
Files 91 91
Lines 4662 4648 -14
==========================================
- Hits 4582 4568 -14
Misses 80 80 ☔ View full report in Codecov by Sentry. |
cbd8006
to
d2c9f07
Compare
Deprecate SFTPSensorAsync and proxy it to its Airflow
OSS provider's counterpart
closes: #1419