GCP BigLake Iceberg - Get table definitions action

The Get table definitions action retrieves the definition of a table registered in GCP BigLake Iceberg.

Input

Input fieldDescription
Catalog IDEnter the BigLake Metastore catalog that contains the database.
Database IDEnter the database that contains the table.
Table IDEnter the table you plan to retrieve.
Project IDEnter the project you plan to retrieve tables from. Defaults to the connection project ID.
LocationEnter the region of the catalog. Defaults to the connection location.

Output

Output fieldDescription
Table nameThe full resource name of the table.
TypeThe table type, such as HIVE.
ETagThe checksum used for concurrency control.
Create timeThe timestamp when the table was created.
Update timeThe timestamp when the table was last updated.
Delete timeThe timestamp when the table was soft-deleted, if applicable.
Expire timeThe timestamp when the table is permanently deleted, if applicable.
Hive optionsAn object containing the table type, storage descriptor, including location URI, input/output format, and serialization library, and parameters such as table type and Iceberg metadata location.

Last updated: