TablesService
Gets an array of summaries for tables for a schema and catalog within the metastore. The table summaries returned are either:
- summaries for tables (within the current metastore and parent catalog and schema), when the user is a metastore admin, or:
- summaries for tables and schemas (within the current metastore and parent catalog) for which the user has ownership or the SELECT privilege on the table and ownership or USE_SCHEMA privilege on the schema, provided that the user also has ownership or the USE_CATALOG privilege on the parent catalog.
There is no guarantee of a specific ordering of the elements in the array.
get/table-summaries
Query parameters
catalogNamestring
Name of parent catalog for tables of interest.
schemaNamePatternstring
A sql LIKE pattern (% and _) for schema names. All schemas will be returned if not set or empty.
tableNamePatternstring
A sql LIKE pattern (% and _) for table names. All tables will be returned if not set or empty.
maxResultsinteger
The maximum number of results per page that should be returned.
pageTokenstring
Opaque pagination token to go to next page based on previous query.
includeManifestCapabilitiesboolean
Whether to include a manifest containing capabilities the table has.
Response
OK