Reputation: 21
I'm new to Databricks.Is it possible to send the code passing through API (like Mobius) from C# to run jobs in Databricks ?
Could you possibly give me some code example ? such as if I want to run some job in notebook which contain the NoSql code in there.
Thank you.
Upvotes: 2
Views: 1427
Reputation: 2483
You want to use the jobs api https://docs.azuredatabricks.net/api/latest/jobs.html. Either the create job call or runnow depending on what you want to do.
Upvotes: 0