ObjectNameMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.
Attributes |
|
---|---|
Name | Description |
source |
google.cloud.bigquery_migration_v2.types.NameMappingKey
The name of the object in source that is being mapped. |
target |
google.cloud.bigquery_migration_v2.types.NameMappingValue
The desired target name of the object that is being mapped. |