cancel
Showing results for 
Search instead for 
Did you mean: 
brickster
New Contributor II
since ‎10-30-2022
‎09-01-2024

User Stats

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

User Activity

I am creating a basic delta table using CREATE SQL queryCREATE TABLE test_transact (transaction_id string, post_date date)and running this query throws an error "Cannot up cast sizeInBytes from string to bigint"Even if I try to create a dataframe and...
I have configured a File Notification Autoloader that monitors S3 bucket for binary files. I want to integrate autoloader with workflow job so that whenever a file is placed in S3 bucket, the pipeline job notebook tasks can pick-up new file and start...
I have created a Databricks workflow job with notebooks as individual tasks sequentially linked. I assign a value to a variable in one notebook task (ex: batchid = int(time.time()). Now, I want to pass this batchid variable to next notebook task.What...
Kudos from