cancel
Showing results for 
Search instead for 
Did you mean: 
Ritesh-Dhumne
New Contributor II
since 3 weeks ago
3 weeks ago

User Stats

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

User Activity

I wanted to extract all files in the volume I have uploaded , in notebook 1 and then in notebook 2 perform basic transformation on every files like missing values , nulls , also I want to store the null , dirty records seperately and a clean datafram...
Hello  I tried this,Notebook 1 :dbutils.jobs.taskValues.set(key = "my_key", value = "hi From Notebook1")Notebook2:X = dbutils.jobs.taskValues.get(taskKey="01", key="my_key", debugValue = "Fail")print(X) Here I get "Fail" as output, its not fetching m...
How do i pass dynamic value to a databricks job?I created a notebook which will extract the names of files in the catalog, I want to pass these names as parameter to another notebook task in a job.
Kudos from