Method: projects.locations.services.completeMigration

Completes the managed migration process. The Dataproc Metastore service will switch to using its own backend database after successful migration.

HTTP request

POST https://metastore.googleapis.com/v1beta/{service}:completeMigration

Path parameters

Parameters
service

string

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

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

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

  • metastore.migrations.complete

Request body

The request body must be empty.

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.