Connecting to Your Data
Single Origin supports connections to the following data systems:
Note
Currently, each customer can connect their account to one system at a time. In the future:
- we will support additional query engines such as Amazon Redshift
- we will support multiple data systems per customer
To connect to a system, Single Origin requires two types of connectors to be set up in Mission Control:
- An admin must set up a Single Origin Connector to collect schema metadata and support semantic management. This connector does not need to be able to query your data unless you would like Single Origin to perform automation like:
- create query collections based on your existing query history logs
- profile table statistics
- generate cost saving plans
- After an admin has set up a Single Origin Connector, each user must set up a Personal Connector to the same data system. This connector will execute queries on behalf of the user. It is personal to the user; no other user can see or use this connector.
The privileges required for each connector type are outlined below.
Connector Type | Required Permissions | Optional Permissions |
---|---|---|
Single Origin | Query table schema metadata | Ability to query data. This enables importing SQL queries from Query History tables and dataset profiling. Ability to create tables. This enables automated cost saving plan generation. |
Personal | Ability to access some (or all) tables in the data system | Ability to query data. |
Updated 5 days ago