@Tom Leeflang - Thanks for the question and using MS Q&A platform.
Init script path should be a folder in the
dbfs
- example:dbfs:/databricks/scripts/initscript.sh
As per the repo, I had created a init script named odbc-install.sh
and upload to the folder named dbfs:/databricks/scripts
and path looks like this:
dbfs:/databricks/scripts/odbc-install.sh
Now pass the same path of the init scripts in the ADF linked service as shown below.
When I ran the Databricks Notebook activity, I'm able to install the initscript succesfully without any issue.
Here is the Event logs of the cluster:
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.