kuansix commented on issue #6723:
URL: https://github.com/apache/inlong/issues/6723#issuecomment-1338662894

   这里是flink任务运行需要的Flink SQL。多表和整库同步的逻辑可以只关注多表部分,忽略单表的部分,可能会更容易理解。
   多表的核心是:doris写设置如下参数:
   'sink.multiple.enable' = 'true',
   'sink.multiple.format' = 'canal-json',
   'sink.multiple.database-pattern' = '${database}',
   'sink.multiple.table-pattern' = 'doris_${table}'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to