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.
関連するコンテンツ
- AWS公式更新しました 3年前
