-
Notifications
You must be signed in to change notification settings - Fork 26
Implement SFTPSensorAsync
#654
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
Conversation
Will address failures |
Hi @tseruga. Thanks for contributing to this project and creating this PR. We will definitely take a look at this PR and share the feedback. |
Unsure of how to address the remaining build failures:
There also numerous errors from |
For the build docs failure, you need to add the |
Im clearly missing something obvious with sphinx docs. I've added an entry to the |
Docs build should be working now (c1db648). mypy will be fixed by #659 |
Any thoughts on how we will run this in our integration tests? I think we may take this in separate PR, I have created an issue to track it #662 @phanikumv @rajaths010494 @bharanidharan14 |
Please update/rebase your branch. |
Codecov ReportBase: 98.36% // Head: 98.38% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #654 +/- ##
==========================================
+ Coverage 98.36% 98.38% +0.02%
==========================================
Files 81 84 +3
Lines 4223 4339 +116
==========================================
+ Hits 4154 4269 +115
- Misses 69 70 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Ill look through the missed lines and add some tests |
Surprised 97.4% coverage still fails the check 😆 I can cover the missing lines |
Thanks @tseruga for addressing the comments. Looking great 🚀 |
This is awesome, thanks @tseruga 👏 for creating the PR. Appreciate it. |
Awesome work @tseruga , congrats on your first merged pull request! |
Thanks @pankajastro @rajaths010494 @bharanidharan14 ! Hopefully will be contributing more in the future! |
Addresses #629
Implements a basic, functional asynchronous SFTPSensor using asyncssh.
First time contributor here, so open to feedback on style and technical decisions around how these operators are generally formatted/created.
closes #629