Skip to content
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

Add support for Azure SQL, Synapse, and Microsoft Fabric and extend support for SQL Server #2160

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

sdebruyn
Copy link

This PR adds support for Microsoft Fabric Lakehouses and Data Warehouses as a data source and along with it extends support for the existing SQL Server data source.

What this PR does/includes:

Extend authentication methods for SQL Server

This should make a lot of T-SQL users happy. I am also one of the lead maintainers for the dbt adapters which do the same thing. So basically I added the features which the dbt adapters support to this data source as well.

The data source now supports all the common authentication methods users of SQL Server (on-prem), Azure SQL DB, and Azure SQL Server Managed Instance use. This has probably also opened the door to compatibility with Azure Synapse Dedicated SQL Pools (because of the data types they probably should use the dbt-fabric adapter).

Create a new Fabric data source as a child of the SQL Server data source

The Fabric data source is different from the one for SQL Server in which data types are allowed. Furthermore it inherits from SQL Server.

No failing tests :)

Fabric T-SQL surface area is a bit smaller than the one in SQL Server. SQL Server was skipped on a lot of tests and this will unfortunately be the same for Fabric at this moment.

pytest soda/core/tests/
...
343 passed, 40 skipped, 750 warnings in 101.46s (0:01:41)

I'd be happy to work with you to add this to your CI but then we'd need to work together through Slack to configure the cloud infrastructure.

@CLAassistant
Copy link

CLAassistant commented Sep 10, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

sonarcloud bot commented Sep 11, 2024

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.

2 participants