agallard2
New Contributor III

Hi @Benni ,

Ensure that the ODBC Driver 17 for SQL Server is installed on the Databricks cluster, you can verify this by running the following command in a notebook cell on the cluster to check if the driver is available in the system:

!ls /opt/microsoft/msodbcsql17/lib64/


if the msodbcsql17 library is missing, it indicates the driver was not installed properly.

Let me know if you need further assistance!


-------------------

Alfonso Gallardo