cancel
Showing results for 
Search instead for 
Did you mean: 
Carlton
Contributor II
since ‎09-07-2021
Sunday

User Stats

  • 30 Posts
  • 0 Solutions
  • 0 Kudos given
  • 10 Kudos received

User Activity

Hi Community,Can someone let me know if its possible to create compute clusters in Databricks Free Edition. It was available in the old Databricks Community Edition.This is quite important as a lot of my code relies on spark executions.
Hello Community,I created a Databricks Free Account. My understanding of the Databricks Free account was that you can train on it for free forever. However, whenever I try to spin up the SQL Serverless I get the message below:Originally I thought if ...
Hi Community,Up until recently I was happily deleting deltaTables in ADLS Gen with their associated _delta_log table, and subsequently recreating the same table with a new _delta_log table.Now, after deleting a table with its associated _delta_log ta...
Hello Team,Can someone let me know if there has been some changes to Databricks Community Edition such that it's no longer possible to install Python Wheel libraries? I was able to install Python Wheel libraries as recently as a few days ago, but now...
Hello CommunityCan someone help refactor the following T-SQL Code to Databricks SQLCONVERT(DECIMAL(26, 8), ISNULL(xxx.xxxxxxx * ISNULL(RH.xxxxx, 1 / NULLIF(ST.xxxxxx, 0)), ST.xxxxx)) AS AmountWhen I attempt to execute the above code I get the followi...