github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/incompatible_ddl_changes/conf/dm-task.yaml (about)

     1  ---
     2  name: test
     3  task-mode: all
     4  
     5  target-database:
     6    host: "127.0.0.1"
     7    port: 4000
     8    user: "root"
     9    password: ""
    10  
    11  mysql-instances:
    12    - source-id: "mysql-replica-01"
    13      black-white-list: "instance"
    14      filter-rules: ["filter-01"]
    15  
    16  black-white-list: # compatible with deprecated config
    17    instance:
    18      do-dbs: ["incompatible_ddl_changes"]
    19  
    20  filters:
    21    filter-01:
    22      schema-pattern: "*"
    23      table-pattern: "*"
    24      events: ["incompatible ddl changes"]
    25      sql-pattern: []
    26      action: Error
    27