pingcap-inc / tidb2dw

Replicate data changes from TiDB to Data Warehouses in real-time
MIT License
13 stars 7 forks source link

Support DDL #19

Closed Lloyd-Pottiger closed 1 year ago

Lloyd-Pottiger commented 1 year ago
  1. every field use upper case name.
  2. For ddl snowflake does not support, just skip.
  3. For ddl snowflake support, try to rewrite, and execute in Snowflake, if meets errors during execution, report the errors and pause the program.