Skip to content

Add MySQL ClickPipes FAQ entry for partial JSON binlog failures#6494

Merged
dhtclk merged 2 commits into
mainfrom
fix/DBI-813/mysql-partial-json-faq
Jul 6, 2026
Merged

Add MySQL ClickPipes FAQ entry for partial JSON binlog failures#6494
dhtclk merged 2 commits into
mainfrom
fix/DBI-813/mysql-partial-json-faq

Conversation

@dtunikov

@dtunikov dtunikov commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Adds a MySQL ClickPipes FAQ entry documenting the failure that occurs when the source MySQL has binlog_row_value_options=PARTIAL_JSON enabled.

binlog_row_value_options is a dynamic variable and can be turned on after a pipe is created, so the entry advises keeping it disabled and gives the mitigation:

Turn off the PARTIAL_JSON option (SET GLOBAL binlog_row_value_options = '') and resync the pipe.

Companion PRs:

🤖 Generated with Claude Code

Documents the NOTIFY_BINLOG_PARTIAL_JSON_UNSUPPORTED failure that occurs
when the source MySQL has binlog_row_value_options=PARTIAL_JSON enabled.
Advises keeping the option disabled and gives the mitigation: turn off
PARTIAL_JSON and resync the pipe.
@dtunikov dtunikov requested review from a team as code owners July 6, 2026 13:20
@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview Jul 6, 2026 1:45pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jul 6, 2026 1:45pm
clickhouse-docs-ru Ignored Ignored Preview Jul 6, 2026 1:45pm
clickhouse-docs-zh Ignored Ignored Preview Jul 6, 2026 1:45pm

Request Review

@dtunikov

dtunikov commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

@dhtclk dhtclk merged commit 0e48a19 into main Jul 6, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants