[
https://issues.apache.org/jira/browse/FLINK-36784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruan Hang resolved FLINK-36784.
-------------------------------
Resolution: Fixed
master(3.3-SNAPSHOT) : a0ae3320fae042874c7a5ad190906d282410f3b6
> Support to add metadata columns for data in the meta fields of
> DataChangeEvent at transform
> -------------------------------------------------------------------------------------------
>
> Key: FLINK-36784
> URL: https://issues.apache.org/jira/browse/FLINK-36784
> Project: Flink
> Issue Type: New Feature
> Components: Flink CDC
> Affects Versions: cdc-3.2.1
> Reporter: Ruan Hang
> Assignee: Ruan Hang
> Priority: Major
> Labels: pull-request-available
> Fix For: cdc-3.3.0
>
>
> Flink CDC supports to use some metadata columns in transform, which includes
> as follows.
> ||Field||Data Type||Description||
> |*namespace_name*|String|Name of the namespace that contains the row.|
> |*schema_name*|String|Name of the schema that contains the row.|
> |*table_name*|String|Name of the table that contains the row.|
> |*data_event_type*|String|Operation type of data change event.|
>
> These metadata columns are from the tableId or op field in DataChangeEvent.
> Some metadata columns are not supported in pipeline connectors, like op_ts.
> These metadata is stored in the meta field of DataChangeEvent.
> I think we should support to add metadata columns for the meta field of
> DataChangeEvent.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)