Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Google Data Catalog APIs.
Key Features
- The add-in models Google Data Catalog entities like Documents, Folders, and Groups as relational views, allowing you to write SQL to query Google Data Catalog data.
- Stored procedures allow you to execute operations to Google Data Catalog
- Live connectivity to these objects means any changes to your Google Data Catalog account are immediately reflected when using the add-in.
Views
Views describes the available views. Views are statically defined to model read-only entities such as Schemas, Tables, and TagTemplates.
Stored Procedures
Stored Procedures are function-like interfaces to Google Data Catalog. Stored procedures allow you to execute operations to Google Data Catalog, including downloading documents and moving envelopes.