Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: dm配置迁移任务忽略表不成功
【TiDB Usage Environment】Production Environment / Testing / PoC
【TiDB Version】6.5
【Reproduction Path】
【Encountered Problem: DM configuration migration task, ignoring table not successful
【Resource Configuration】
【Attachment: Screenshot/Log/Monitoring】
Is it incorrect to write tables starting with ‘h’ like this?
It seems to work after removing it. Another question, if I want to ignore multiple specific table names under the same database, how should I write it?
- db-name:xxxx
tbl-name: xxx
- db-name:xxxx1
tbl-name: xxx1
- db-name:xxxx2
tbl-name: xxx2
- db-name:xxxx3
tbl-name: xxx3
Just keep copying and pasting down, right? I understand, you can test it.
This method works, but it feels a bit clumsy. There are probably better ways to write it. 
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.