Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 08:23 AM
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