Connect Soda to Microsoft Fabric
Last modified on 12-Jun-25
For Soda to run quality scans on your data, you must configure it to connect to your data source.
To learn how to set up Soda and configure it to connect to your data sources, see Get started.
Connection configuration reference
Soda support for Fabric data source is based on soda-sqlserver
package.
data_source my_datasource_name:
type: fabric
... same as sqlserver
authentication_method: fabric
Property | Required | Notes |
---|---|---|
authentication_method | optional | Fabric authentication method. Supported values: ‘auto’, ‘cli’, ‘environment’, ‘synapsespark’ and ‘fabricspark’. No default value. |
Test the data source connection
To confirm that you have correctly configured the connection details for the data source(s) in your configuration YAML file, use the test-connection
command. If you wish, add a -V
option to the command to returns results in verbose mode in the CLI.
soda test-connection -d my_datasource -c configuration.yml -V
Was this documentation helpful?
What could we do to improve this page?
- Suggest a docs change in GitHub.
- Share feedback in the Soda community on Slack.
Documentation always applies to the latest version of Soda products
Last modified on 12-Jun-25