Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is a valid payload for creating a new job using the Databricks REST API?
A
{ “existing_cluster_id“: “8522-150723-rmn4l016“, “notebook_task“: { “notebook_path“: “path/to/notebook“ }}
B
{ “name“: “new_job“}
C
All three will return an error
D
{ “name“: “new_job“, “notebook_task“: { “notebook_path“: “path/to/notebook“ }}
E
All three will be successful