Method: projects.locations.services.moveTableToDatabase

Move a table to another database.

HTTP request

POST https://metastore.googleapis.com/v1alpha/{service}:moveTableToDatabase

Path parameters

Parameters
service

string

Required. The relative resource name of the metastore service to mutate metadata, in the following format:

projects/{projectId}/locations/{locationId}/services/{serviceId}.

Authorization requires the following IAM permission on the specified resource service:

  • metastore.services.mutateMetadata

Request body

The request body contains data with the following structure:

JSON representation
{
  "tableName": string,
  "dbName": string,
  "destinationDbName": string
}
Fields
tableName

string

Required. The name of the table to be moved.

dbName

string

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

destinationDbName

string

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

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.