apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.05k stars 1.83k forks source link

[Improve][API] Unified tables_configs and table_list #8100

Open hawk9821 opened 18 hours ago

hawk9821 commented 18 hours ago

Purpose of this pull request

Currently, the attributes of Seatunnel multi-table configuration are table_list and tables_configs. They are distributed in their respective connectors and are confusing to use. Therefore, it is recommended to unify them.

  1. table_list for structured data sources

  2. tables_configs for unstructured data sources

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

Hisoka-X commented 18 hours ago

cc @hailin0