cancel
Showing results for 
Search instead for 
Did you mean: 
DatBoi
Contributor
since ‎08-01-2023
‎03-05-2024

User Stats

  • 16 Posts
  • 0 Solutions
  • 5 Kudos given
  • 3 Kudos received

User Activity

My questions is pretty straightforward - how big should a delta table be to benefit from liquid clustering? I know the answer will most likely depend on the details of how you are querying the data, but what is the recommendation?I know Databricks re...
Hey all - I am sure this has been documented / answered before but what happens to a table created with a CTAS statement when data in the source table has changed? Does the sink table reflect the changes? Or is the data stored when the table is defin...
Hi all! I am working on a DevOps project to automate the creation of UC objects through different environments (dev-test-prod). Each time we deploy our code to a different environment (using a Github workflow, not really relevant) we want to also cre...
I have just started the Apache Spark course through the Databricks Academy and am running into the following error.When I run the command:%sqlCREATE TABLE IF NOT EXISTS events USING parquet OPTIONS (path "/mnt/training/ecommerce/events/events.parquet...