yuanyong001 commented on issue #3592:
URL: https://github.com/apache/doris-website/issues/3592#issuecomment-4327909666

   create table sink_aaaa(
        ID INT,
        AGE STRING NULL,
        SEX STRING NULL,
        ADDRESS STRING NULL,
        PRIMARY KEY(ID) NOT ENFORCED
    ) WITH (
        'connector' = 'doris',
        'fenodes' = '192.168.21.96:8030',
        'table.identifier' = 'rt_ods.ods_atz_t_no_log',
        'username' = 'root',
        'password' = 'abc123',
        'sink.properties.format' = 'json',
        'sink.properties.read_json_by_line' = 'true',
        'sink.properties.escape_delimiters' = 'true',
        -- Sink 配置
        'sink.label-prefix' = 'oracle-sync-job-ogg-v646111400001111',
        'sink.enable-delete' = 'true',
        'sink.enable-2pc' = 'true',
        -- 保留灵活部分列更新
        'sink.properties.unique_key_update_mode' = 'UPDATE_FLEXIBLE_COLUMNS'
    );
   create table sink_aaa


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to