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

DataSourceResult

No description

union DataSourceResult =
  | AlreadyExistsError
  | DataSource
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError

Possible types

AlreadyExistsError object

Error when the user tries to create a resource that already exists.

DataSource object

Represents a data source in Collibra Data Access.

InvalidInputError object

Error when some of the input parameters in the request are not valid.

NotFoundError object

Error when the user is requesting a resource that does not exist.

PermissionDeniedError object

Error when permission to the requested resource is denied.

Returned By

createDataSource mutation ● dataSource query ● dataSourcesById query ● setDataSourceMetaData mutation ● setSyncConfigurationParameterValues mutation ● triggerDataSourceCliSync mutation ● triggerDataSourceSync mutation ● updateDataSource mutation

Member Of

AccessControlDataSourceAuditLog object ● SyncJob object ● ValidationReport object

Last updated

Was this helpful?