Skip to main content
This page describes the schema used for data source connections, including all fields, types, and enums.

Connection

ID!
required
Unique identifier for the connection.
ConnectionDetails!
required
Configuration and metadata for the connection. See ConnectionDetails.
JobHistory!
required
Job execution history for connection operations like metadata refresh. See JobStatus.
DateTime!
required
Timestamp when the connection was created.

ConnectionDetails

String!
required
Human-readable name for the connection.
String!
required
Description of the connection and its purpose.
DataSourceType!
required
The category of data source. See DataSourceType.
ConnectionType!
required
The specific type of data source connection. See ConnectionType.
String!
required
The SQL dialect used by this connection.

Enums

DataSourceType

The category of data source. It accepts the following values:

ConnectionType

The specific type of data source connection. It accepts the following values:

Connection Queries

Query connection information and status

JobStatus Schema

Learn about job execution status tracking

Refresh Connection

Trigger connection metadata refresh

Domain Objects

Understand domain and table management