The README lists the symptoms people search for and shows a finding in one command - #12
Merged
Merged
Conversation
…n one command
Someone who hits this failure searches for what they see ("column is 0 on
every row", "table.include.list not working", "no topic created"), not
for "CDC contract linter". A symptoms table maps those phrases to the
cause and the rule, so the page answers the search. Each row names a rule
that exists today; the table.include.list row holds only when a sink
reads the table, and says so.
A try-it section runs the include-list-typo corpus entry and shows its
real output, so a visitor sees a finding and the fix before installing
anything in CI.
The mv-column-match row now says ClickHouse 25.4 and later reject a
streaming view that writes a missing column at CREATE (ClickHouse PR
74481, first released in 25.4), so the 24.8/26.8 line reads as what it
is, a refreshable view's order mismatch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes
table.include.listrow says it applies when a sink reads the table. A closing line states the limits: Postgres sources only, no type checks, files only.include-list-typocorpus entry from a clone and shows its real output (1 error, 1 warning, exit 1).mv-column-matchrow: ClickHouse 25.4 and later reject a streaming view that writes a column the target lacks, at CREATE (ClickHouse PR 74481, merged 2025-03-26; inv25.4.1.2934-stable, not inv25.3.1.2703-lts). The 24.8/26.8 line is about a refreshable view's order mismatch, and now reads that way.Verified
corpus/include-list-typoon this branch's code.^(?:p)$), so an entry without a schema, or a glob likepublic.bg_*, matches no table and a sink reading it raisessink-table-not-captured;column.include.listis applied to every captured table inCapturesColumn.Why
The phrases come from a read-only scan of the ClickHouse, Debezium and sink connector trackers, Debezium's Zulip and Google Group, and Stack Overflow. The page should answer the search people already make.
Next for you
Merge when happy. Repository topics were added separately (they are a repository setting, not part of this PR).