Fabric
Access configuration details to connect Soda to a Microsoft Fabric data source.
Connection configuration reference
pip install soda-fabricData source YAML
soda data-source create -f ds_config.ymltype: fabric
name: my_fabric
connection:
host: ${env.FABRIC_HOST}
port: 1433
database: ${env.FABRIC_DB}
user: ${env.FABRIC_USER} # SEE NOTE
password: ${env.FABRIC_PW} # SEE NOTE
authentication: sql # activedirectoryserviceprincipal | activedirectoryinteractive | activedirectorypassword
# optional
client_id: ${env.FABRIC_SERVICE_CLIENT_ID} # SEE NOTE
client_secret: ${env.FABRIC_SERVICE_CLIENT_SECRET} # SEE NOTE
driver: ODBC Driver 18 for SQL Server
trusted_connection: false
encrypt: false
trust_server_certificate: falseConnection test
Regex patterns in Fabric
How Soda translates regex patterns
Troubleshoot
Last updated
Was this helpful?
