Hi all,
I'm in the progress of migrating from Databricks Azure to Databricks AWS.
One part of this is migrating all our workflows which I wanted to via the /api/2.1/jobs/create api with the workflow passed via the json body.
I have successfully created a job and got a job-id response, however when I try to load the UI I get the following error:
I have tried to delete all jobs again, and when I use the list api I don't see any jobs anymore.
What can I do to solve this issue?
Thanks in advance!