DataX icon indicating copy to clipboard operation
DataX copied to clipboard

配置文件中content配置多条任务只有第一个生效

Open sailing0505 opened this issue 4 years ago • 3 comments

配置从mongodb 同时导入多张表到aliyun dataworks ,只有第一条配置生效,没有任何报错

我测试的配置大概长下面样子

{
  "job": {
    "setting": {
      "speed": {
        "channel": 2
      }
    },
    "content": [
      {mongodb colletion1},
      {mongodb colletion2},
      {mongodb colletion3}
    ]
  }
}

感觉应该是软件bug

sailing0505 avatar Oct 20 '21 03:10 sailing0505

同问。代码里有很多写死取content[0],是不是尚未支持?

另外每次执行都要10s,如果每张表建一个job,总耗时就很长,请问是如何解决的?

Steven-78 avatar Nov 14 '21 01:11 Steven-78

+1

zhiweio avatar Feb 24 '22 08:02 zhiweio

请问解决了吗?

Biglucky avatar Oct 16 '24 03:10 Biglucky

请问解决了吗?

sunt1009 avatar Aug 28 '25 08:08 sunt1009