cancel
Showing results for 
Search instead for 
Did you mean: 
Mikki007
New Contributor II
since ‎04-27-2023
‎06-26-2023

User Stats

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

My code:from great_expectations.datasource import SparkDFDatasourcefrom pyspark.sql import SparkSessionsession_name = 'mk_spark_session'spark = SparkSession.builder.appName(session_name).getOrCreate()datasource = SparkDFDatasource(spark)query = "SELE...
HiI 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) f...
Kudos from