uc_table_list
Retrieve a list of tables from Databricks Unity Catalog using filters for catalog, schema, or table names. Supports pagination and customizable output options.
Instructions
List tables (GET /api/2.1/unity-catalog/tables).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_name | No | ||
| schema_name | No | ||
| table_names | No | Comma-separated list of fully qualified table names | |
| max_results | No | ||
| page_token | No | ||
| include_browse | No | ||
| include_managed_properties | No | ||
| include_properties | No | ||
| include_table_defaults | No | ||
| omit_columns | No | ||
| omit_properties | No | ||
| omit_tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |