paimon
paimon copied to clipboard
[lineage] Introduce jdbc lineage meta implementations
Purpose
Linked issue: close #1480
This PR aims to introduce jdbc lineage meta with following capabilities:
- Configure jdbc relevant options such as url, user and password
- Create source/sink lineage tables if
jdbc.auto-ddlis true
Tests
- Added test
JdbcLineageMetaTestto validate auto ddl for source/sink lineage tables.
API and Format
no
Documentation
no