Register a table using given metadata file location.
HTTP request
POST https://biglake.googleapis.com/iceberg/v1alpha/restcatalog/v1/{parent=projects/*/catalogs/*/namespaces/*}/register
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Table to register in the format: |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "name": string, "metadata-location": string, "overwrite": boolean } |
| Fields | |
|---|---|
name |
Required. The name of the table to register. |
metadata-location |
Required. The metadata location of the table. |
overwrite |
Optional. Whether to overwrite the table if it already exists. Default is false. |
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigqueryhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.