DataMapperMapping Class
Source and target table mapping details.
Constructor
DataMapperMapping(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_entity_name
|
Name of the target table. |
|
source_entity_name
|
Name of the source table. |
|
source_connection_reference
|
The connection reference for the source connection. |
|
attribute_mapping_info
|
This holds the user provided attribute mapping information. |
|
source_denormalize_info
|
This holds the source denormalization information used while joining multiple sources. |
Attributes
attribute_mapping_info
This holds the user provided attribute mapping information.
attribute_mapping_info: _models.MapperAttributeMappings | None
source_connection_reference
The connection reference for the source connection.
source_connection_reference: _models.MapperConnectionReference | None
source_denormalize_info
This holds the source denormalization information used while joining multiple sources.
source_denormalize_info: Any | None
source_entity_name
Name of the source table.
source_entity_name: str | None
target_entity_name
Name of the target table.
target_entity_name: str | None