microsoft / azdo-databricks

A set of Build and Release tasks for Building, Deploying and Testing Databricks notebooks
MIT License
25 stars 30 forks source link

Feature request. Implement usage of Jobs API (api/2.0/jobs) #25

Open filipp-filippov opened 4 years ago

filipp-filippov commented 4 years ago

Hi, i found that this extension is very good and handy.

But i would also would like to have the opportunity to create and execute jobs using that extension, without creating of notebooks, for instance like it described here: https://docs.databricks.com/dev-tools/api/latest/examples.html#create-a-spark-submit-job

Probably this functionality already implemented in cluster creation task and i would appreciate if you could give any advise how to create and execute jobs using that extension without using of notebooks.