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

dataObject

Retrieves a single data object by its ID.

dataObject(
  id: ID!
): DataObject!

Arguments

id ● ID! non-null scalar

Type

DataObject object

Represents a data object in Collibra Data Access. These represents all the data entities in a data source (e.g. database, schema, table, column, folder, file, ...).

Last updated

Was this helpful?