-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sql server source #1
Sql server source #1
Conversation
danielgerlag
commented
Jul 2, 2024
- Initial implementation of SQL Server source using debezium
- Align docker image prefix
- Fix debug reaction style sheet location
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per task #12580, need to create the folder sources\relational
and move into it the debezium-reactovator folder, and the sql-source-proxy
folder, which needs to be renamed as sql-proxy
I think we should scope the big folder re-org to a separate PR, otherwise they just become too big, and difficult to reason about. |
Happy to do that, just thought there was so many changes anyway that it should have been done as part of this work. |
config_schema: | ||
type: object | ||
properties: | ||
connector: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to modify the existing PostgreSQL source yaml files to update the connector
value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it is set to PostgreSQL