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

CatalogType

A Collibra catalog concept, as a data source declares it on its data object types. A tag synchronization rule is scoped to catalog types rather than to data object types, whose names differ per connector.

enum CatalogType {
  Column
  Database
  Schema
  Table
  View
}

Values

Column

Database

Schema

Table

View

Member Of

AssetTypeTagSynchronizationRule object ● TagSynchronizationRuleInput input

Last updated

Was this helpful?