Databricks Community is an open-source platform for data enthusiasts and professionals to discuss, share insights, and collaborate on everything related to Databricks. Members can ask questions, share knowledge, and support each other in an environment that ensures respectful interactions.
In the databricks Tutorial (https://docs.databricks.com/gcp/en/sql/get-started/sample-dashboards) , it says we can right click the widget and choose "Download as CSV". However, in my d...
Hi everyone, We are having an issue using parameters with EXECUTE IMMEDIATE statements, when running on SQL serverless running DBSQL v2025.15 (currently in preview channel): declare or...
Hello. Please forgive me if this is not the right place to ask, but I'm having issues with databricks' statement execution api. I'm developing Haskell client for this api. I managed to implemen...
We need to build some BI dashboards for a client. We are having issues to find a way to Download a dataset behind a chart. Ideally the dataset subset after appliying a set of filters. The documentati...
Hey everyone, So I managed to create a Streamlit app on Databricks, works fine deployed in the cloud. However, when I try to run it locally, it complains about "assert os.getenv('DATABRICKS_WAREHOU...
Hi all, Does Delta Lake table guarantee linearizability for the following operations on a single record: - SELECT - UPDATE and DELETE with condition (WHERE clauses) If linearizability is not ...
Hello, When I do some DML statements using a view "the_source_view" direcly in SQL as a basis, all works fine. I can do inserts in another Delta table based on the data coming out of this view...
I have applied row-level security (RLS) on the department column in the table so that users can only see data related to their own department. The security policy works perfectly when I query th...
Dear all, (migrating for an on-premise Oracle ...) The question is in the subject: "What is the equivalent of Oracle's CLOB in Databricks" ? I saw that the "string" type can go up to 50 thousand...