Skip to content

feat(api): expose CDC table mapping engine values - #739

Merged
sdairs merged 1 commit into
stack/589-removal-warning-fixfrom
stack/691-mapping-engine-api
Sep 7, 2026
Merged

sdairs merged 1 commit into
stack/589-removal-warning-fixfrom
stack/691-mapping-engine-api

Conversation

@sdairs

@sdairs sdairs commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

The MySQL, MongoDB, and BigQuery table-mapping engine enums had no analyzer-checked value lists for CLI validation. This adds their VALUES constants and serialization coverage, so the analyzer can catch any divergence from the typed wire enums.

API prerequisite for #691; the CLI mapping changes follow separately.

Validation: both library/analyzer crates passed all-target clippy and their complete tests; the Python script tests and formatting checks passed.

@sdairs sdairs added this to the v0.5.0 milestone Sep 5, 2026
@sdairs sdairs added the run-cloud-integration Run live Cloud integration tests for this PR head label Sep 5, 2026
@sdairs
sdairs temporarily deployed to cloud-integration September 5, 2026 13:10 — with GitHub Actions Inactive
@sdairs sdairs linked an issue Sep 5, 2026 that may be closed by this pull request

@iskakaushik iskakaushik left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sdairs
sdairs merged commit e4a5c8b into main Sep 7, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-cloud-integration Run live Cloud integration tests for this PR head

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose table mapping options for MySQL, MongoDB and BigQuery ClickPipes

2 participants