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

setDataObjectCatalogSystem

Assign (or clear) the Collibra Catalog system asset on a data object that is a catalog system anchor (a data object whose type matches the catalogSystemDataObjectType set on the data source). Pass null as catalogSystemId to clear the assignment.

setDataObjectCatalogSystem(
  catalogSystemId: UUID
  dataObject: ID!
): DataObjectResult!

Arguments

catalogSystemId ● UUID scalar

dataObject ● ID! non-null scalar

Type

DataObjectResult union

Last updated

Was this helpful?