Connect to Fabric Lakehouse using R and Python
R
Using a custom DSN
Using a Service Principal
odbc::dbConnect(odbc::odbc(), driver = “SQL Server 17”, Authentication = “ActiveDirectoryServicePrincipal”)
June 23, 2024
odbc::dbConnect(odbc::odbc(), driver = “SQL Server 17”, Authentication = “ActiveDirectoryServicePrincipal”)