alibaba / DataX

DataX是阿里云DataWorks数据集成的开源版本。
Other
15.73k stars 5.39k forks source link

cilickhouse的写页面404 #2089

Open bluerainy111 opened 5 months ago

bluerainy111 commented 5 months ago

是对ck的写操作不支持了嘛?

FuYouJ commented 4 months ago

作者没有写文档。 大概是这么配置的

{
    "name": "clickhousewriter",
    "parameter": {
        "username": "username",
        "password": "password",
        "column": ["col1", "col2", "col3"],
        "connection": [
            {
                "jdbcUrl": "jdbc:clickhouse://<host>:<port>[/<database>]",
                "table": ["table1", "table2"]
            }
        ],
        "preSql": [],
        "postSql": [],

        "batchSize": 65536,
        "batchByteSize": 134217728,
        "dryRun": false,
        "writeMode": "insert"
    }
}