Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Transform-v2] Add metadata transform #7899

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

hawk9821
Copy link
Contributor

@hawk9821 hawk9821 commented Oct 24, 2024

Purpose of this pull request

add metadata transform, supported metadata fields :

  • Database
  • Table
  • Partition
  • RowKind
  • EventTime
  • Delay
    RowKind, EventTime, Delay use to debezium CDC Currently.

Does this PR introduce any user-facing change?

How was this patch tested?

UT: MetadataTransformTest#testMetadataTransform
E2E Case:

  • MysqlCDCIT#testMysqlCdcMetadataTrans
  • MongodbCDCIT#testMongodbCdcMetadataTrans
  • OpengaussCDCIT#testOpengaussCdcMeatadataTrans
  • OracleCDCIT#testOracleCdcMetadataTrans
  • PostgresCDCIT#testMPostgresCdcMetadataTrans
  • SqlServerCDCIT#testSqlServerCDCMetadataTrans

Check list

@hawk9821 hawk9821 force-pushed the metadata branch 2 times, most recently from c1c4312 to d130ec8 Compare October 30, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants