Skip to content

Commit ed9ddcc

Browse files
uicospCopilot
andauthored
Update docs/content/docs/connectors/pipeline-connectors/mysql.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e6dd29e commit ed9ddcc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • docs/content/docs/connectors/pipeline-connectors

docs/content/docs/connectors/pipeline-connectors/mysql.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,10 @@ pipeline:
368368
<td>scan.snapshot.filters</td>
369369
<td>optional</td>
370370
<td style="word-wrap: break-word;">(none)</td>
371-
<td>String</td>
372-
<td>When reading a table snapshot, the rows of captured tables will be filtered using the specified filter expression (AKA a SQL WHERE clause). <br>
373-
By default, no filter is applied, meaning the entire table will be synchronized. <br>
374-
A colon (:) separates table name and filter expression, while a semicolon (;) separate multiple filters,
375-
e.g. `db1.user_table_[0-9]+:id > 100;db[1-2].[app|web]_order_\\.*:id < 0;`.
371+
<td>List&lt;Map&lt;String, String&gt;&gt;</td>
372+
<td>When reading a table snapshot, the rows of captured tables will be filtered using the specified filter expressions (SQL WHERE clauses). <br>
373+
This option is configured as a list of filter specifications, where each specification is represented as a map of string key-value pairs (as shown in the example configuration below). <br>
374+
By default, no filter is applied, meaning the entire table will be synchronized.
376375
</td>
377376
</tr>
378377
</tbody>

0 commit comments

Comments
 (0)