MapperTableSchema Class
Schema of a CDC table in terms of column names and their corresponding data types.
Constructor
MapperTableSchema(*args: Any, **kwargs: Any)
Attributes
data_type
Data type of the column.
data_type: str | None
name
Name of the column.
name: str | None