MSSQL server connector - cdc schema excluded #35737
Andrew-InTheBox
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had an edge case that led me to find this block of code in the MSSQL server connector source. I had a use case to replicate the cdc schema for a database and found that it's being hard coded into an exclusion set. Might be useful to make that configurable, or just remove CDC from that set of excluded schemas.
What I'm doing is some development and testing work related to data vault design. Normally letting airbyte handle CDC would be fine, but in this case I do actually want to replicate dbo and cdc schemas for some development.
https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-mssql/src/main/java/io/airbyte/integrations/source/mssql/MssqlSource.java
In summary, this user actually does want cdc schema for some reason. But I recognize that's not likely very common.
Beta Was this translation helpful? Give feedback.
All reactions