Class DatabaseDump (1.15.2)

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

A specification of the location of and metadata about a database dump from a relational database management system.

Attributes

NameDescription
database_type google.cloud.metastore_v1.types.MetadataImport.DatabaseDump.DatabaseType
The type of the database.
gcs_uri str
A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.
source_database str
The name of the source database.
type_ google.cloud.metastore_v1.types.DatabaseDumpSpec.Type
Optional. The type of the database dump. If unspecified, defaults to MYSQL.

Classes

DatabaseType

DatabaseType(value)

The type of the database.

Values: DATABASE_TYPE_UNSPECIFIED (0): The type of the source database is unknown. MYSQL (1): The type of the source database is MySQL.