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 | |
---|---|
Name | Description |
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:// .
|
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.