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_v1beta.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_v1beta.types.DatabaseDumpSpec.Type
Optional. The type of the database dump. If unspecified, defaults to ``MYSQL``. |
Inheritance
builtins.object > proto.message.Message > DatabaseDumpClasses
DatabaseType
DatabaseType(value)
The type of the database.