Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 579 Bytes

catalog-object-reference.md

File metadata and controls

27 lines (18 loc) · 579 Bytes

Catalog Object Reference

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.

Structure

CatalogObjectReference

Fields

Name Type Tags Description
objectId string | undefined Optional The ID of the referenced object.
catalogVersion bigint | undefined Optional The version of the object.

Example (as JSON)

{
  "object_id": null,
  "catalog_version": null
}