cancel
Showing results for 
Search instead for 
Did you mean: 
smpa01
Contributor
since ‎08-27-2021
‎08-11-2025

User Stats

  • 14 Posts
  • 2 Solutions
  • 11 Kudos given
  • 2 Kudos received

User Activity

I am getting an error when I am trying to view the underlying files of the managed delta table in unity catalogsuch asfrom pyspark.sql.functions import * table_directory = "workspace.db_bronze.test_01" data = [{"x": 1, "y": 2}] df = spark.createData...
@szymon_dybczak I am experimenting to see if there is a way for me to create an external table from files written into unity catalog volume. I tried the following but it did not work.# COMMAND ---------- # DBTITLE 1, Daily Fetch and Write # sample ...
Thank you very much for the new free edition.I have a question related to dbfs.Am I to understand that dbfs is disabled in this edition and one needs to bring their own storage. I tried this and failed. What do I need to do in order to be able to use...
As per  the doc , one can execute an ai_query in python. But I am sot sure why I can'tWorks in SQLselect 1 as colA, ai_query('databricks-llama-4-maverick', 'what is 2+2') as testBut not in sparkdf = spark.sql("select 1 as colA") df = df.selectExpr(""...
I use the databricks extension in vs code for all my work. Is there any way for me to add a cell title from the extension itself?. There is no point in adding in the server version of this notebook cause when I sync the local to sever, it will overwr...