Skip to main content

UnityCatalog

Properties

PropertyTypeAttributesDescription
namestringRequiredName of catalog.
browseOnlyboolRead-onlyWhether the catalog is accessible from all workspaces or a specific set of workspaces.
catalogType'MANAGED_CATALOG' | 'DELTASHARING_CATALOG' | 'FOREIGN_CATALOG' | 'SYSTEM_CATALOG'Read-onlyThe type of the catalog.
commentstringUser-provided free-form text description.
connectionNamestringThe name of the connection to an external data source.
createdAtintRead-onlyTime at which this catalog was created, in epoch milliseconds.
createdBystringRead-onlyUsername of catalog creator.
effectivePredictiveOptimizationFlagEffectivePredictiveOptimizationFlagRead-onlyThe effective predictive optimization flag.
enablePredictiveOptimization'DISABLE' | 'ENABLE' | 'INHERIT'Whether predictive optimization should be enabled for this object and objects under it.
forceDestroyboolWhether to force destroy the catalog even if it contains schemas and tables.
fullNamestringRead-onlyThe full name of the catalog.
isolationMode'OPEN' | 'ISOLATED'Whether the catalog is accessible from all workspaces or a specific set of workspaces.
metastoreIdstringRead-onlyUnique identifier of the metastore for the catalog.
optionsObjectA map of key-value properties attached to the securable.
ownerstringUsername of current owner of catalog.
providerNamestringFor catalogs corresponding to a share: the name of the provider.
provisioningInfoProvisioningInfoRead-onlyProvisioning info about the catalog.
securableType'CATALOG' | 'SCHEMA' | 'TABLE' | 'VOLUME'Read-onlyThe type of the securable.
shareNamestringFor catalogs corresponding to a share: the name of the share.
storageLocationstringRead-onlyPath to the storage location.
storageRootstringStorage root URL for managed tables within catalog.
updatedAtintRead-onlyTime at which this catalog was last modified, in epoch milliseconds.
updatedBystringRead-onlyUsername of user who last modified catalog.

EffectivePredictiveOptimizationFlag

PropertyTypeAttributesDescription
inheritedFromNamestringRead-onlyThe name of the object from which the flag was inherited.
inheritedFromType'CATALOG' | 'SCHEMA' | 'TABLE'Read-onlyThe type of the object from which the flag was inherited.
value'DISABLE' | 'ENABLE' | 'INHERIT'Read-onlyThe value of the effective predictive optimization flag.

Object

This type has no properties.

ProvisioningInfo

PropertyTypeAttributesDescription
state'PROVISIONING' | 'PROVISIONED' | 'FAILED'Read-onlyThe current provisioning state of the catalog.