github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/tests/lightning_routes/config.toml (about) 1 [tikv-importer] 2 backend = 'local' 3 4 # the complicated routing rules should be tested in tidb-tools repo already 5 # here we're just verifying the basic things do work. 6 [[routes]] 7 schema-pattern = "routes_a*" 8 table-pattern = "t*" 9 target-schema = "routes_b" 10 target-table = "u"