Only absolute paths are currently supported. Paths must begin with '/'

AxelM
New Contributor

I am facing the above issue when using the Python Databricks SDK. I retreive the job-definition by "

client.jobs.get()" and then try to create it on another workspace with
"client.jobs.create()"

Therefore the job-definition is correct and working fine on the source workspace. Also relative paths are mandatory, as I am using a Git Reference to target the Notebook