Class NameMappingValue (0.4.2)

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

The potential components of a full name mapping that will be mapped during translation in the target data warehouse.

Attributes

NameDescription
database str
The database name (BigQuery project ID equivalent in the target data warehouse).
schema str
The schema name (BigQuery dataset equivalent in the target data warehouse).
relation str
The relation name (BigQuery table or view equivalent in the target data warehouse).
attribute str
The attribute name (BigQuery column equivalent in the target data warehouse).

Inheritance

builtins.object > proto.message.Message > NameMappingValue