Hi thanks for your time . This is the error I'm geting now
'LibraryHandler' object has no attribute 'install'
Follwed the below steps
# Path to the ojdbc JAR file in the workspace
jar_path = "/Workspace/Drivers/ojdbc8 1.jar"
# Set the JAR file in the Spark configuration
spark.conf.set("spark.jars", jar_path)
# Restart the cluster to ensure the JAR file is loaded
dbutils.library.restartPython()
for the above also I got this error: AnalysisException: [CANNOT_MODIFY_CONFIG] Cannot modify the value of the Spark config: "spark.jars".