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

     1  source-id: mysql-replica-01
     2  server-id: 111111111
     3  enable-gtid: false
     4  relay-binlog-name: ''
     5  relay-binlog-gtid: ''
     6  enable-relay: false
     7  from:
     8    host: 127.0.0.1
     9    user: root
    10    password: '123456'
    11    port: 3306
    12  
    13  filters:
    14    - schema-pattern: "dmctl"
    15      table-pattern: "t_1"
    16      sql-pattern: ["alter table .* add column aaa int"]
    17      action: Ignore
    18    - schema-pattern: "dmctl"
    19      table-pattern: "t_2"
    20      sql-pattern: ["alter table .* add column aaa int"]
    21      action: Ignore