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

Fabric data source #2034

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

Fabric data source #2034

wants to merge 19 commits into from

Conversation

JasperHDB
Copy link

This PR is an adaption to include a data source for Microsoft Fabric.

The adaption makes use of the azure-identity library to authenticate to Azure Active Directory as a service tenant.

Example configuration.yml file:

data_source warehouse:
  type: fabric
  connection:
    # Connection
    driver: 'ODBC Driver 18 for SQL Server' # optional, default: ODBC Driver 18 for SQL Server
    host: 'jxz...rhy.datawarehouse.fabric.microsoft.com'
    port: '1433' # optional, default: 1433
    database: 'raw'
    schema: 'dbo'
    trusted_connection: false # optional, default: false
    encrypt: false # optional, default: false
    trust_server_certificate: false # optional, default: false

    # Credentials
    tenant_id: '<tenant_id>'
    tenant_client_id: '<tenant_client_id>'
    tenant_client_secret: '<tenant_client_secret>'

@benjamin-pirotte
Copy link

Hi, thank you for your contribution 🙏 @m1n0 will review it shortly and provide feedback if needed.

@JasperHDB
Copy link
Author

Hey, just wanted to check up on this PR. Let me know if I can help with anything to get this merged :)

Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

None yet

2 participants