Connect to Fabric Lakehouse using R and Python

R
Published

June 23, 2024

Using a custom DSN

Using a Service Principal

odbc::dbConnect(odbc::odbc(), driver = “SQL Server 17”, Authentication = “ActiveDirectoryServicePrincipal”)

Using Azureclicredential