GCP BigLake Iceberg - Create table action

The Create table action registers a new table in a GCP BigLake Iceberg database. Point the metadata location at the table metadata JSON in Cloud Storage for GCP BigLake Iceberg tables.

Input

Input fieldDescription
Project IDEnter the ID of the project you plan to create the table in. Defaults to the connection project ID.
LocationEnter the region of the catalog, such as us-central1. Defaults to the connection location.
Catalog IDEnter the catalog that contains the database.
Database IDEnter the database that contains the table.
Table IDEnter the ID for the new table.
Storage location URIEnter the Cloud Storage location of the table data, such as gs://bucket/warehouse/db/table.
Iceberg metadata locationEnter the Cloud Storage path to the Iceberg metadata JSON, such as gs://bucket/warehouse/db/table/metadata/v1.metadata.json. Optional.

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 the location URI, input/output format, and serialization library, and parameters such as table type and Iceberg metadata location.

Last updated: