uc_table_get
Retrieve a single table from Databricks Unity Catalog by providing its full name (catalog.schema.table). Supports optional metadata inclusion.
Instructions
Get a single table (GET /api/2.1/unity-catalog/tables/{full_name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | Table full name (catalog.schema.table) | |
| include_delta_metadata | No | ||
| include_browse | No | ||
| include_managed_properties | No | ||
| include_properties | No | ||
| include_table_defaults | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |