-
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-22344] Add transformations for Transfers with file filtering #198
Conversation
d39ad6e
to
407f230
Compare
37a1c29
to
c05cba4
Compare
c05cba4
to
95d0dda
Compare
95d0dda
to
da688a1
Compare
da688a1
to
10b52b6
Compare
10b52b6
to
bb60d04
Compare
bb60d04
to
af05c06
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 #198 +/- ##
==============================
==============================
☔ View full report in Codecov by Sentry. |
Change Summary
Added a schema for
FileMetadataFilter
transformation:Supported filter types
name_glob
name_regexp
file_size_min
file_size_max
Implemented logic in the worker to handle
FileMetadataFilter
transformations: if a filter is present, it is applied toFileDownloader(filters=[...])
for FileProtocolHandlers.Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)