For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataSourceInput

Input object for creating or updating a data source.

input DataSourceInput {
  catalogSystemId: UUID @deprecated
  description: String
  edgeConnectionId: String
  edgeSiteId: String
  name: String
  parent: String
  syncSchedule: DataSourceSyncScheduleInput
  type: String
}

Fields

catalogSystemId ● UUID deprecated scalar

WARNING - DEPRECATED

Use setDataObjectCatalogSystem on the data object matching catalogSystemDataObjectType instead. Will be removed after release 2027.01

The optional UUID of the system asset from Collibra Catalog this data source corresponds with. Pass 00000000-0000-0000-0000-000000000000 to clear.

description ● String scalar

The description of the data source.

edgeConnectionId ● String scalar

The ID of the Edge Connection associated with this data source.

edgeSiteId ● String scalar

The ID of the Edge Site associated with this data source.

name ● String scalar

The display name of the data source.

parent ● String scalar

The optional parent data source.

syncSchedule ● DataSourceSyncScheduleInput input

The synchronization schedule configuration.

type ● String scalar

type indicates the type of data source (Snowflake, BigQuery, etc.).

Member Of

createDataSource mutation ● updateDataSource mutation

Last updated

Was this helpful?