Skip to content

Conversation

bobbyiliev
Copy link
Contributor

Fixes #720

Worked on this over the weekend. Still need to do some edge case testing to make sure that I've not missed anything.

@bobbyiliev bobbyiliev requested a review from a team as a code owner June 29, 2025 20:33
@bobbyiliev bobbyiliev requested review from SangJunBak and jubrad and removed request for a team June 29, 2025 20:33
@bobbyiliev bobbyiliev force-pushed the sql-server-support branch 4 times, most recently from fcdffd0 to f4db6fd Compare June 30, 2025 04:36
Comment on lines 43 to 57
"ssh_tunnel": IdentifierSchema(IdentifierSchemaParams{
Elem: "ssh_tunnel",
Description: "The SSH tunnel configuration for the SQL Server database.",
Required: false,
ForceNew: false,
}),
"aws_privatelink": IdentifierSchema(IdentifierSchemaParams{
Elem: "aws_privatelink",
Description: "The AWS PrivateLink configuration for the SQL Server database.",
Required: false,
ForceNew: false,
}),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to verify if SSH and PL connections are supported on the DB side.

Comment on lines 706 to 707
LEFT JOIN mz_internal.mz_sqlserver_source_tables
ON mz_sources.id = mz_sqlserver_source_tables.id`
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unlike Postgres, those system tables are not present yet, I believe.

@bobbyiliev bobbyiliev force-pushed the sql-server-support branch 15 times, most recently from 8b005b4 to d999f24 Compare July 2, 2025 09:27
@bobbyiliev bobbyiliev force-pushed the sql-server-support branch from d999f24 to 44a8801 Compare July 2, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SQL Server Support
1 participant