[DOP-22141] Add logic for handling SFTP transfers#189
Merged
IlyasDevelopment merged 3 commits intodevelopfrom Jan 29, 2025
Merged
[DOP-22141] Add logic for handling SFTP transfers#189IlyasDevelopment merged 3 commits intodevelopfrom
IlyasDevelopment merged 3 commits intodevelopfrom
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
dolfinus
reviewed
Jan 28, 2025
dolfinus
reviewed
Jan 28, 2025
dolfinus
reviewed
Jan 28, 2025
dolfinus
reviewed
Jan 28, 2025
dolfinus
reviewed
Jan 28, 2025
dolfinus
reviewed
Jan 28, 2025
dolfinus
reviewed
Jan 28, 2025
a258f5e to
198ae77
Compare
198ae77 to
8435484
Compare
dolfinus
reviewed
Jan 28, 2025
tests/test_integration/test_run_transfer/connection_fixtures/__init__.py
Show resolved
Hide resolved
cda4e5d to
3f4a78c
Compare
3f4a78c to
8386181
Compare
dolfinus
reviewed
Jan 28, 2025
8386181 to
d668a00
Compare
d668a00 to
14414b6
Compare
14414b6 to
65a016b
Compare
dolfinus
reviewed
Jan 29, 2025
65a016b to
23fc546
Compare
23fc546 to
4b04add
Compare
4b04add to
41a2a62
Compare
dolfinus
reviewed
Jan 29, 2025
41a2a62 to
421fe46
Compare
dolfinus
approved these changes
Jan 29, 2025
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
FileDownloaderandFileDFReaderFileDFWriterandFileUploaderSFTP(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>.rstfile added describing change(see CONTRIBUTING.rst for details.)