Class DatabaseDump (0.2.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_v1alpha.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_v1alpha.types.DatabaseDumpSpec.Type
Optional. The type of the database dump. If unspecified, defaults to MYSQL.

Classes

DatabaseType

DatabaseType(value)

The type of the database.