2 回答
- 最新
- 投票最多
- 评论最多
1
To reload a table, the following conditions must apply:
The task must be running.
The migration method for the task must be either full load or full load with CDC.
The task i have is CDC only task.
已回答 4 个月前
0
Since the table you are looking to add to the scope of the CDC-only task already exists, when you add the table to the CDC-only task's scope, its existing data cannot be loaded by the CDC-only task. You will have to create a separate full load only task to load the initial/existing data.
You are correct that the table reload option exists only for the full load or full load with CDC tasks.
