A reference to a Catalog object at a specific version. In general this is used as an entry point into a graph of catalog objects, where the objects exist at a specific version.
CatalogObjectReference
Name | Type | Tags | Description |
---|---|---|---|
objectId |
string | undefined |
Optional | The ID of the referenced object. |
catalogVersion |
bigint | undefined |
Optional | The version of the object. |
{
"object_id": null,
"catalog_version": null
}