Connection
Unique identifier for the connection.
Configuration and metadata for the connection. See ConnectionDetails.
Job execution status for connection operations like metadata refresh. See JobStatus.
ConnectionDetails
Human-readable name for the connection.
Description of the connection and its purpose.
The category of data source. See DataSourceType.
The specific type of data source connection. See ConnectionType.
Enums
DataSourceType
The category of data source. It accepts the following values:Data Source Type | Description |
---|---|
DATA_SOURCE_TYPE_UNSPECIFIED | Type not specified |
WAREHOUSE | Data warehouse (Snowflake, BigQuery, Redshift, etc.) |
BI_TOOL | Business intelligence tool (Tableau, etc.) |
ConnectionType
The specific type of data source connection. It accepts the following values:Connection Type | Description |
---|---|
CONNECTION_TYPE_UNSPECIFIED | Type not specified |
REDSHIFT | Amazon Redshift data warehouse |
SNOWFLAKE | Snowflake data warehouse |
TABLEAU | Tableau business intelligence platform |
BIGQUERY | Google BigQuery data warehouse |
POSTGRES | PostgreSQL database |
SQL_SERVER | Microsoft SQL Server database |
DATABRICKS | Databricks analytics platform |
MYSQL | MySQL database |
CLICKHOUSE | ClickHouse database |