databendcloud / flink-connector-databend

Flink SQL connector for Databend.
Apache License 2.0
4 stars 1 forks source link

[Feature](CDC) Add auto create table #29

Open hantmac opened 7 months ago

hantmac commented 7 months ago

After the entire database synchronization defaults to one table and one sink, and tables cannot be automatically created. So we need to add that when use single sink, the table is automatically created without restarting the flink task.