Class MoveTableToDatabaseRequest (1.15.2)

MoveTableToDatabaseRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DataprocMetastore.MoveTableToDatabase.

Attributes

NameDescription
service str
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}.
table_name str
Required. The name of the table to be moved.
db_name str
Required. The name of the database where the table resides.
destination_db_name str
Required. The name of the database where the table should be moved.