Hubert-Dudek
Databricks MVP

As SQL Server is included in the Lakehouse federation driver, it is built in databricks. Install only in case you need a different version - the built-in one is not working


My blog: https://databrickster.medium.com/

lilydays
New Contributor II

If you're only connecting to SSAS, installing the ODBC Driver 17 for SQL Server is usually the first step, but the exact method depends on your cluster environment and operating system. If it's a managed cluster, you may need admin access or an script to install the driver on every node. Also, make sure the correct authentication method, network access, and SSAS connectivity are configured before troubleshooting the Python code.

Thanks!