Hi @saniok,
In databricks.yml file you can include version information in this file to manage different versions of your bundles.Example:
bundle:
name: my-bundle
version: 1.0.0
resources:
jobs:
my-job:
name: my-job
...
Hi @markbaas,
This is not directly related to Databricks but rather an issue with the Azure subscription registration.
To resolve this issue, you need to register the subscription with the Microsoft.App resource provider
Hi @p_hcarvalho,
Thanks for your question, here's a corrected version of your JSON payload, can you try it?
{"run_name": "my-other-run-name","tasks": [{"task_key": "my-other-task-name","notebook_task": {"notebook_path": "my/notebook/path","source": "...
Hi @erigaud,
Before running the commands, how have you validated nothing is running / cluster is not in use?
A few suggestions:
Make sure that the cluster is in a running state before you submit the command. The CommandExecutionAPI has a method to en...
Hi @DSoni,
By default hive_metastore uses an RDS in AWS, in the failure you can see: xyz.region.rds.amazonaws.com which I think you redacted, that is the host with the issue. I would require more details to check hive_metastore comes into picture if ...