This can happen if Metastore client fails to initialize. With python libraries/Jars added, the REPL creation step involves adding installed libraries with Spark addJar operation. This would initialize metastore client and can get stuck if there is an...
When You create a workspace you can specify a deployment name. The workspace URL for access to the Databricks web application and REST APIs is <workspace-deployment-name>.cloud.databricks.com.Is that something that might help with your use case?Ref :...
Hello @taschi ,
Appreciate the thorough use case explanation. Currently, rerunning a new version of a job with the option to select specific tasks is not feasible. However, its on the roadmap to enable users to choose any task for rerun, even those t...
Hello @taschi ,
The Repair Job Run feature can be valuable in scenarios where you need to fix failed or canceled multi-task jobs. It enables you to rerun only the subset of tasks that were unsuccessful along with any dependent tasks.
Please consult ...
Hi @hbs59 , Could you please try changing the export URL from :
https://{host}/api/2.0/workspace/export/
To :
https://{host}/api/2.0/workspace/export
Removing Extra '/' from the end.