Connect Soda to Microsoft Fabric
Access configuration details to connect Soda to a Microsoft Fabric data source.
Connection configuration reference
data_source my_datasource_name:
type: fabric
host: host
port: '1433'
username: simple
password: simple_pass
database: database
schema: dbo
trusted_connection: false
encrypt: false
trust_server_certificate: false
driver: ODBC Driver 18 for SQL Server
scope: DW
connection_parameters:
multi_subnet_failover: true
authentication: sqlProperty
Required
Notes
Test the data source connection
soda test-connection -d my_datasource -c configuration.yml -VLast updated
Was this helpful?
