feat(source-sftp-bulk): not mirroring paths toggle for file transfer #50972
+974
−750
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.
What
New Feature for Universal File Transfers: Option for source to suppress subdirectory info during sync
How
When enabled we will not replicate the directory structure in the source but put all the files in the stream root folder of the destination. This will be done by updating the relative_path (cdk change here).
Review guide
airbyte-integrations/connectors/source-sftp-bulk/source_sftp_bulk/spec.py
: Main changes in spec to include the toggle, the rest is integration testing to ensure new functionality.User Impact
Connections using file transfer now will be able to not mirror paths (suppress subdirectory structure) during sync.
Can this PR be safely reverted and rolled back?