fix:modify table sql mode config

This commit is contained in:
menshibin 2025-02-10 17:07:45 +08:00
parent abd34943ac
commit 88dbdf1290
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ splitSql.setSelect("ts, current, voltage, phase, groupid, location")
" tbname VARBINARY" +
") WITH (" +
" 'connector' = 'tdengine-connector'," +
" 'td.jdbc.mode' = 'cdc'," +
" 'td.jdbc.mode' = 'sink'," +
" 'td.jdbc.url' = 'jdbc:TAOS-WS://localhost:6041/power_sink?user=root&password=taosdata'," +
" 'sink.db.name' = 'power_sink'," +
" 'sink.supertable.name' = 'sink_meters'" +