MapperTableSchema Class
Schema of a CDC table in terms of column names and their corresponding data types.
Constructor
MapperTableSchema(*, name: str | None = None, data_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the column. Default value: None
|
data_type
|
Data type of the column. Default value: None
|