From eb3a9d3d6c133dc9f8aa486621b65b256fa29e8b Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 11 Sep 2026 14:25:33 +0900 Subject: [PATCH 1/2] dm: fix filter to filters to match the field name used elsewhere The task configuration file field is documented as filters (plural) throughout DM docs, e.g. task-configuration-file-full.md's #### `filters` heading, and the YAML example immediately following this sentence. --- filter-binlog-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter-binlog-event.md b/filter-binlog-event.md index 21eef40d97821..0926005c7cad1 100644 --- a/filter-binlog-event.md +++ b/filter-binlog-event.md @@ -14,7 +14,7 @@ This document describes how to filter binlog events when you use DM to perform c ## Configuration -To use binlog event filter, add a `filter` to the task configuration file of DM, as shown below: +To use binlog event filter, add a `filters` to the task configuration file of DM, as shown below: ```yaml filters: From 50a9888155bdb0cfe2112e772781a384aef12c1e Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 18 Sep 2026 17:37:46 +0900 Subject: [PATCH 2/2] docs: fix ungrammatical filters wording in binlog event filter doc Found by CodeRabbit review on PR #23838. Co-Authored-By: Claude Sonnet 5 --- filter-binlog-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter-binlog-event.md b/filter-binlog-event.md index 0926005c7cad1..aa033ba9fad14 100644 --- a/filter-binlog-event.md +++ b/filter-binlog-event.md @@ -14,7 +14,7 @@ This document describes how to filter binlog events when you use DM to perform c ## Configuration -To use binlog event filter, add a `filters` to the task configuration file of DM, as shown below: +To use binlog event filters, add the `filters` field to the DM task configuration file, as shown below: ```yaml filters: