cube-studio/job-template/job/datax
2023-12-10 20:01:38 +08:00
..
build.sh 更新datax模板 2023-09-03 18:20:36 +08:00
Dockerfile 更新datax模板 2023-09-03 18:20:36 +08:00
mysql-csv.json 更新datax模板 2023-09-03 18:20:36 +08:00
postgresql-csv.json 去除framworker依赖 2023-12-10 20:01:38 +08:00
README.md fix readme 2022-08-18 15:16:10 +08:00
start.sh

datax 模板

镜像ccr.ccs.tencentyun.com/cube-studio/datax

参数为job.json文件格式可参考datax github官网

参数

{
    "参数": {
        "-f": {
            "type": "str",
            "item_type": "str",
            "label": "job.json文件地址<a target='_blank' href='https://github.com/alibaba/DataX'>书写格式参考</a>",
            "require": 1,
            "choice": [],
            "range": "",
            "default": "/usr/local/datax/job/job.json",
            "placeholder": "",
            "describe": "job.json文件地址<a target='_blank' href='https://github.com/alibaba/DataX'>书写格式参考</a>",
            "editable": 1,
            "condition": "",
            "sub_args": {}
        }
    }
}