Google Drive
The Google Drive connector brings Drive documents into the graph. It tracks changes through Drive's change notifications, so edits and new files flow in as they happen.
Entities
| Entity | Represents | Key fields |
|---|---|---|
google_docs | A Drive document | name, uri, modified_time, version |
Relationships
Drive documents are ingested as standalone entities. They gain their connections through cross-domain linking: a document that references a pull request or ticket is joined to that work during ingestion.
Exposing for linking
Google Drive does not expose entities for other sources to reference by id. Its documents still connect across domains when their content mentions an identifier another source exposes.
Related
- Connector framework: how a connector like this is defined.
- Chunks and Retrievers.