- Notifications
You must be signed in to change notification settings - Fork 4.9k
✨feat(source-sftp-bulk): adjust file record message protocol #57514
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
Merged
aldogonzalez8 merged 24 commits into master from aldogonzalez8/source-sftp-bulk/adjust-file-record-message-protocol May 6, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits Select commit Hold shift + click to select a range
30188ec source-sftp-bulk: initial changes to be compliant with new protocol
aldogonzalez8 e972c14 source-sftp-bulk: update release information
aldogonzalez8 496be27 source-sftp-bulk: ruff format
aldogonzalez8 28ba5c1 sftp-bulk-transfer: update updated at type
aldogonzalez8 a65902e sftp-bulk-transfer: ruff format
aldogonzalez8 9108c4f source-sftp-bulk: fix unit tests
aldogonzalez8 06ed538 source-sftp-bulk: ruff format
aldogonzalez8 eeb3b69 source-sftp-bulk: add source uri
aldogonzalez8 cecc472 source-sftp-bulk: ruff format
aldogonzalez8 03e128d source-sftp-bulk: fix test
aldogonzalez8 ee3f4d1 source-sftp-bulk: poetry lock
aldogonzalez8 cc3f100 file-api: bump cdk to latest pre-release
aldogonzalez8 8668b55 source-sftp-bulk: poetry lock
aldogonzalez8 8fabc94 source-sftp-bulk: poetry lock
aldogonzalez8 55ce914 source-sftp-bulk: merge from master
aldogonzalez8 ca8f321 source-sftp-bulk: poetry lock
aldogonzalez8 338d89d source-google-drive: bump latest cdk and fix file name field
aldogonzalez8 60c104c source-sftpb: fix unit test after file name field change
aldogonzalez8 e09138e Merge branch 'master' into aldogonzalez8/source-sftp-bulk/adjust-file…
aldogonzalez8 9a1e398 sftpb: update release information
aldogonzalez8 3469e92 sftpb: update release information
aldogonzalez8 b213fa0 Merge branch 'master' into aldogonzalez8/source-sftp-bulk/adjust-file…
aldogonzalez8 713d334 correct the destination version
aldogonzalez8 90ca737 update release information
aldogonzalez8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Is there a reason we changed the size here?
Uh oh!
There was an error while loading. Please reload this page.
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.
After play for a few minutes with this locally, I also got a consistent message (not increasing) in the master branch as in the dev branch:
Test was limited to 10.0MiB but allocated 10.6MiBSo, it's more a matter of local memory resources than an issue with the changes. Then, it's safe to increase this to avoid annoying the local developer.