🚀 We are back with instructor-led Databricks Learning Festivals for APAC & EMEA!
🏅 Both Udemy and LinkedIn recognized Databricks as one of the top fastest growing skills for 2026 — Udemy's
We bring you the latest updates from New board topics in Databricks Community through a simple and fast subscription.
We can deliver your news in your inbox, on your phone or you can read them here on this website on your personal news page.
Unsubscribe at any time without hassle.
New board topics in Databricks Community's title: Home | Databricks
Is this your feed? Claim it!
🚀 We are back with instructor-led Databricks Learning Festivals for APAC & EMEA!
🏅 Both Udemy and LinkedIn recognized Databricks as one of the top fastest growing skills for 2026 — Udemy's
Hi, as per spark internals, once count function executed in worker nodes , one of the worker node collect all the count of records and do summation ?
or count of records from all worker nodes passed to driver node. and summation done driver node side. could some one please clear my doubt?
I have the following code in databricks under serverless and i want to know how to improve it to make it more efficient and run faster without having the results change (standard errors change slightly when i try to improve it):
# Databricks Serverless - Taylor Row Percent# ============================================================# Runs on Databricks Serverless (p...Is there a current way to limit data exporting. Meaning not allowing users export data from a db objects to csv, excel, or copying results to clipboard. I see that currently exporting/downloading data can be done at workspace level, but I am proposing that Databricks build out the capability to limit this functionality at schema or even object level in a future release. Thank...
I'm developing a FastAPI middleware app (Databricks App) that connects to both a SQL Warehouse (Unity Catalog) and a Lakebase PostgreSQL instance using async SQLAlchemy. The app works perfectly when deployed to Databricks, but I'm trying to set up local development using databricks apps run-local on Windows 11 with Python 3.11.
What works:
databricks apps run-loca...