MapperTargetConnectionsInfo Class

A object which contains list of tables and connection details for a target connection.

Constructor

MapperTargetConnectionsInfo(*args: Any, **kwargs: Any)

Variables

Name Description
target_entities

List of source tables for a target connection.

connection

Source connection details.

data_mapper_mappings

List of table mappings.

relationships

List of relationship info among the tables.

Attributes

connection

Source connection details.

connection: _models.MapperConnection | None

data_mapper_mappings

List of table mappings.

data_mapper_mappings: list['_models.DataMapperMapping'] | None

relationships

List of relationship info among the tables.

relationships: list[Any] | None

target_entities

List of source tables for a target connection.

target_entities: list['_models.MapperTable'] | None