MapperTableSchema Class

Schema of a CDC table in terms of column names and their corresponding data types.

Constructor

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

Variables

Name Description
name
str

Name of the column.

data_type
str

Data type of the column.

Attributes

data_type

Data type of the column.

data_type: str | None

name

Name of the column.

name: str | None