Standardize spec.json for DB connectors that support log-based CDC replication #12917
Labels
area/connectors
Connector related issues
autoteam
cdc
connectors/source/mysql
needs-triage
type/enhancement
New feature or request
In the analytics team we are looking for a way to track CDC vs. non-CDC source statistics. For more information, refer to this issue.
When trying to expose the fields in the warehouse, we realized there's a mismatch in spec.json files between Postgres and MySQL, for example. The difference in specs makes it difficult to track the fields, so we would like to standardize them.
The spec.json of connectors such as MySql should use a
oneOf
called "replication_method" where the method can be selected via a const value ofCDC
instead (follow postgres connector)The text was updated successfully, but these errors were encountered: