APat449
Databricks Partner

thanks for your quick response..
so if I understand correctly, you are asking to create an init script and put it in UC Volume, and then use that path in the DBK cluster's init script?

and as teh INIT script are you referring to something like this?

curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
# Install msodbcsql18
apt-get update
ACCEPT_EULA=Y apt-get --quiet ---yes install msodbcsql18