How can I extract/get the time, along with the status (Failed or Succeeded) into a table for every time my Databricks job finishes running?
I want to get a mail notification at the end of each day for when my Databricks job has finished running and for that I need to extract the time of it's completion and it's status. How can I achieve that?
- 5184 Views
- 3 replies
- 0 kudos
Latest Reply
Hi @Yatharth Kaushik​ you can use the JobsRunList API to get all the information of the job run. You can write a code to extract the information that you need for the table.The are multiple API's in the same doc that you can use to get information a...
- 0 kudos