v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132769111.5 KB
projects

Move a table to another database.

post/v1/{+service}:moveTableToDatabase

Path parameters

servicestring required

Required. The relative resource name of the metastore service to mutate metadata, in the following format:projects/{project_id}/locations/{location_id}/services/{service_id}.

Request body

tableNamestring

Required. The name of the table to be moved.

dbNamestring

Required. The name of the database where the table resides.

destinationDbNamestring

Required. The name of the database where the table should be moved.

Response

Successful response