Skip to content

Commit

Permalink
feat/migrate gdrive source connector (#3239)
Browse files Browse the repository at this point in the history
### Description
Migrate the google drive source connector over to the new v2 ingest
framework and include a variety of improvements as part of the refactor:
* The ID is no longer limited to a drive id but can also be the id of a
subfolder within a drive or a file directly and each case is handled
appropriately
* More metadata is pulled in from google drive to enrich the partitioned
elements downstream and now the modified date is being set to not
reprocess if the ingest pipeline already has the file cached
* timing information is set on the file created when downloaded based on
the last modified data retrieved from google drive

---------

Co-authored-by: ryannikolaidis <[email protected]>
Co-authored-by: rbiseck3 <[email protected]>
  • Loading branch information
3 people committed Jun 25, 2024
1 parent e0f4374 commit 3f581e6
Show file tree
Hide file tree
Showing 20 changed files with 6,177 additions and 1,957 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.14.9-dev0
## 0.14.9-dev1

### Enhancements

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3f581e6

Please sign in to comment.