I am not able to create jobs via jobs API in databricks.
Error=INVALID_PARAMETER_VALUE: Job settings must be specified.
I simply copied the JSON file and saved it. Loaded the same JSON file and tried to create the job via API but the got the above error.
Another thing I tried was, copying the JSON details and assigning it to a variable in python databricks and trying to create the job, but got the same error.
Settings are there in the JSON, but some how the JSON details we are passing to create job post command are not getting in the right format.
Is there a way where I can simply load the JSON details in the databricks notebook and create the job again? I went through their documentation, but there there is no example like how they are inputting the json file in the post command.