-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DOP-22141] Add logic for handling SFTP transfers #189
Conversation
729febd
to
85effdd
Compare
85effdd
to
a1c8006
Compare
a1c8006
to
95fbdec
Compare
95fbdec
to
7f3c2a1
Compare
7f3c2a1
to
6491254
Compare
6491254
to
0c98ecd
Compare
0c98ecd
to
7b84f6d
Compare
7b84f6d
to
b2f9e5d
Compare
a258f5e
to
198ae77
Compare
198ae77
to
8435484
Compare
tests/test_integration/test_run_transfer/connection_fixtures/__init__.py
Show resolved
Hide resolved
cda4e5d
to
3f4a78c
Compare
3f4a78c
to
8386181
Compare
8386181
to
d668a00
Compare
d668a00
to
14414b6
Compare
14414b6
to
65a016b
Compare
65a016b
to
23fc546
Compare
23fc546
to
4b04add
Compare
4b04add
to
41a2a62
Compare
41a2a62
to
421fe46
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (0.00%) is below the target coverage (92.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #189 +/- ##
==============================
==============================
☔ View full report in Codecov by Sentry. |
Change Summary
FileDownloader
andFileDFReader
FileDFWriter
andFileUploader
SFTP(compress=False)
to avoid errors caused by combining compressed files with compression at the SCP protocol level.Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)