Data Catalog
Discover Tables and Columns
Inspect Workspace catalogs, schemas, tables, columns, and semantic annotations before writing SQL.
Discover the Workspace catalog before assuming that a Provider, stream,
artifact, Parable, or Plot exists. SQL clients can use standard Flight SQL
metadata; Workspace API clients can request the richer semantic catalog.
The equivalent standard Flight SQL operations are:
Use Flight SQL metadata when a generic SQL or BI client needs structural
discovery. Use the semantic catalog when an application needs Provider
annotations, table kinds, source versions, or semantic scalar names.
An empty result is different from a missing table: empty tables still have a
discoverable schema.
Was this page helpful?