How to extract the start and end time of the command line cell of the notebook using REST API in Azure Databricks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 01:24 PM
Hi
I have a notebook with many command line cells in it.
I want to extract the execution time of each cell using Databricks REST API? How can I do that?
Please note - I managed to get the Start & End time of the Job using REST API (/2.1/jobs/runs/get) for the notebook however struggling to get it at the Cell level
I am on Azure Databricks Runtime version 13.
Any help on this would be highly appreciated.
Labels:
- Labels:
-
Azure
-
DatabricksRuntime
-
End Time