v1

latestOpenAPI 3.0.3AGPL v3.02026-07-17425785.7 KB
TablesService

Get a table

get/tables/{fullName}

Path parameters

fullNamestring required

Full name of the table.

Query parameters

includeDeltaMetadataboolean

Whether delta metadata should be included in the response.

includeBrowseboolean

Whether to include tables in the response for which the principal can only access selective metadata for

includeManifestCapabilitiesboolean

Whether to include a manifest containing capabilities the table has.

Response

OK

namestring

Name of table, relative to parent schema.

schemaNamestring

Name of parent schema.

catalogNamestring

Name of parent catalog.

tableTypeinteger
dataSourceFormatinteger

Data source format of the table.

storageLocationstring

Storage root URL for table (for MANAGED, EXTERNAL tables)

ownerstring

Username of current owner of table.

commentstring

User-provided free-form text description.

propertiesobject

A map of key-value properties attached to the securable.

storageCredentialNamestring

Name of the storage credential, when a storage credential is configured for use with this table.

fullNamestring

Full name of table, in form of catalog_name.schema_name.table_name.

createdAtstring

Time at which this table was created, in epoch milliseconds.

createdBystring

Username of table creator.

updatedAtstring

Time at which this table was last updated, in epoch milliseconds.

updatedBystring

Username of user who last modified table.

deletedAtstring

Time at which this table was deleted, in epoch milliseconds. Field is omitted if table is not deleted.

tableIdstring

Unique identifier for the table.