paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[lineage] Introduce jdbc lineage meta implementations

Open FangYongs opened this issue 2 years ago • 0 comments

Purpose

Linked issue: close #1480

This PR aims to introduce jdbc lineage meta with following capabilities:

  1. Configure jdbc relevant options such as url, user and password
  2. Create source/sink lineage tables if jdbc.auto-ddl is true

Tests

  1. Added test JdbcLineageMetaTest to validate auto ddl for source/sink lineage tables.

API and Format

no

Documentation

no

FangYongs avatar Nov 06 '23 08:11 FangYongs