Skip to content
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

[source-google-drive] Add file transfers support to google drive #51540

Open
5 tasks
natikgadzhi opened this issue Jan 14, 2025 · 0 comments
Open
5 tasks

[source-google-drive] Add file transfers support to google drive #51540

natikgadzhi opened this issue Jan 14, 2025 · 0 comments

Comments

@natikgadzhi
Copy link
Contributor

Problem

source-googledrive supports grabbing unstructured documents, puts them through Unstructured, and then emits the outputs as rows.

For some usecases, we want google-drive to work in file-transfer mode, similar to what we implemented for source-file and source-s3.

Solution

  • Config option to use file-transfer mode
  • In file transfer mode, file filtering glob is still applied
  • Fetch all files maching the filters, extract them as the corresponding office format (docx for docs, ditto spreadsheets and presentations, pdf for all else)
  • Transfer these raw files with file transfers mode, do NOT put them thorugh unstructured flow.
  • Using unstructured.io is still available in the flow that exists today
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants