GCSDirectoryLoader needs a way to exclude files or file patterns #28053
ejstembler
announced in
Ideas
Replies: 1 comment
-
Another error I just encountered: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
If GCSDirectoryLoader is processing a bucket and there's a file is doesn't support, it throws an exception. For example:
The FileType.ZIP file type is not supported in partition.
It would be better if it could be told to skip specified files or file types. Or, alternatively maintain a list of files it skipped so the developer can review afterwards. Or, expose a callback for the developer to handle these cases at runtime.
Motivation
Error while processing files.
Proposal (If applicable)
New parameter:
Or
Or new property
Or new callback
Beta Was this translation helpful? Give feedback.
All reactions