Hello everyone,
I want to use dbtuil function outside my notebook, so i will use it in my external jar.
I have add dbutil librairies in my build.sbt file
"com.databricks" %% "dbutils-api" % "0.0.6"
I have import the librairie on top of my code
import com.databricks.dbutils_v1.DBUtilsHolder.dbutils
i will run my job jar on a cluster databricks
how can i setup correctly?
Cordially,
Seefoods