PabloCSD
Valued Contributor II

Hello @NandiniN ,

In the Shared folder I created a init_script for the JobCompute defined as its shown:

 

#!/bin/bash
echo "=====> Installing MSSQL Spark Connector"
cp /dbfs/Workspace/Shared/drivers/spark-mssql-connector_2.12-1.4.0-BETA.jar /databricks/jars/
echo "=====> Connector copied!"

 

PabloCSD_0-1746453202163.png

In the logs there isn't any log and the workflow is still failing due to the missing driver, if you could give me any direction for trying to solve this would be much appreciated