cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Databricks Community Contest | Winners of the Genie-Powered App Challenge!

    The Genie has spoken And the winners of the Genie-Powered App Challenge are… A few weeks ago, we threw down a challenge: build something incredible with Databricks Apps and Genie Agent. And wow, you delivered. From smart, real-world prob...

  • 1273 Views
  • 10 replies
  • 8 kudos
Thursday
Community BrickTalk | One Platform, Any Source: Unifying Enterprise Data with Lakeflow Connect

Hey Databricks Community! Join us for a free, community-sponsored BrickTalk on Thursday, September 17, 2026! BrickTalks is a community event series where Databricks experts share real-world use cases, demos, and practical insights for building with d...

  • 550 Views
  • 2 replies
  • 3 kudos
a week ago
DATA + AI World Tour 2026

REGISTRATION IS NOW OPEN The Data + AI World Tour is heading your way A free, one-day event on how organizations are building AI they can trust to deliver real outcomes - by grounding models in their own enterprise data and business context. THE...

  • 875 Views
  • 0 replies
  • 3 kudos
2 weeks ago
Databricks Advanced Learning Festival: September 16 - October 14 2026

Databricks Advanced Learning Festival September 16 – October 14, 2026 Join us for a four-week event dedicated to learning, upskilling, and advancing your career in data engineering, analytics, machine learning, and generative AI. Whether you are...

  • 77912 Views
  • 123 replies
  • 48 kudos
4 weeks ago
Virtual Event | Closing the AI Context Gap: How to Teach AI How Your Business Actually Runs

Virtual Event Time: AMER Sept 23 / 9 AM PTEMEA Sept 24 / 9 AM BST / 10 AM CESTAPJ Sept 24 / 9:30 AM IST / 12 PM SGT / 1 PM JST/KST / 2 PM AEST (Japanese and Korean captions available) Register for the Workshop Note: Marking RSVP on this Community ...

  • 726 Views
  • 0 replies
  • 2 kudos
2 weeks ago
Databricks EMEA Learning Festival | September 29-30

Databricks EMEA Learning Festival Hands On Virtual Training 29–30 September 2026 · 09:00 BST / 10:00 CEST · Fully virtual · Free to join Ready to accelerate your journey on Data & AI? Join us for the EMEA Learning Festival.  A two-day, hands-on vir...

  • 2978 Views
  • 0 replies
  • 3 kudos
08-11-2026
Databricks Community Champion - August 2026 - Shamen Paris

Community Champion • Our Community Champion Program celebrates members who consistently contribute their expertise, support fellow practitioners, and help shape a stronger and more collaborative Databricks Community. Every month, we recognize individ...

  • 364 Views
  • 6 replies
  • 6 kudos
Monday
Solution Accelerator Series | Customer Entity Resolution

Building a customer 360 requires connecting customer records across disparate data sets and establishing common customer identities. The Customer Entity Resolution Solution Accelerator shows how to build that foundation by translating customer attrib...

  • 86 Views
  • 0 replies
  • 2 kudos
yesterday
🌟 Community Pulse: Your Weekly Roundup! August 31 – September 06, 2026

The Weekly Digest • August 31 – September 6 Community Pulse Your weekly pulse: new articles, real answers, and the discussions worth watching.   This Week's Community Stars   This week's difference-makers – and a shout-out to the new members ear...

  • 468 Views
  • 1 replies
  • 2 kudos
a week ago

Community Activity

wilsonz3
by > Visitor
  • 1 Views
  • 0 replies
  • 0 kudos

Databricks Free Edition GitHub push fails with "Resolver error"

Hi,I'm using Databricks Free Edition and connected a GitHub repository through the Databricks GitHub integration. I can clone/connect to the repository and create/edit files, but when I try to Commit & Push, Databricks returns:Error pushing changesRe...

  • 1 Views
  • 0 replies
  • 0 kudos
FastFoodBro
by > New Contributor II
  • 9 Views
  • 0 replies
  • 0 kudos

help me how to fix

"Triggering new runs for organization 7474657040075149 is currently disabled temporarily." , Why did my job get blocked while running? You clearly said it could run continuously, so why was it blocked?

  • 9 Views
  • 0 replies
  • 0 kudos
broccobroccolis
by > New Contributor
  • 153 Views
  • 4 replies
  • 4 kudos

Feature enablement for Foundation Model Unity Catalog permissions

I am trying to restrict workspace users' access to Databricks Foundation Models using the guidance in the Foundation Model Unity Catalog Permissions documentation.I have revoked EXECUTE permission for all users from the system.ai schema. However, wor...

  • 153 Views
  • 4 replies
  • 4 kudos
Latest Reply
tom_n
Databricks Employee
  • 4 kudos

It persists after enablement. The legacy databricks-* endpoints are a separate serving path from both pay-per-token and provisioned throughput, so they aren't gated by the system.ai EXECUTE revoke. It isn't pre-enablement behaviour that clears once t...

  • 4 kudos
3 More Replies
smukherjee
by > Visitor
  • 26 Views
  • 0 replies
  • 0 kudos

Migrate Azure Databricks between cross tenant

How to migrate an Azure Databricks to a different Azure tenant?Does DAB is the best method if a databricks workspace is freshly built on top of just migrating the the workspace resources only like notebook, jobs, cluster, policies, permissions etc? P...

Get Started Discussions
azure
Cross Tenant
DAB
  • 26 Views
  • 0 replies
  • 0 kudos
FastFoodBro
by > New Contributor II
  • 540 Views
  • 11 replies
  • 1 kudos

Can I run jobs continuously without interruption on a permanent free (Community Edition) account?

Chào mọi người,Tôi hiện đang sử dụng Databricks Community Edition (tài khoản miễn phí) và muốn hỏi về việc chạy các tác vụ theo lịch trình/liên tục trên đó.Cụ thể: 1. Liệu có thể chạy một tác vụ liên tục (ví dụ: tác vụ xử lý dữ liệu trực tuyến hoặc t...

  • 540 Views
  • 11 replies
  • 1 kudos
Latest Reply
balajij8
Esteemed Contributor II
  • 1 kudos

@FastFoodBro You can use Databricks Free account for personal use only (personal use, learning, experimentation - not for production or commercial use). You can upgrade to a paid plan to access full platform features as you will face interruptions in...

  • 1 kudos
10 More Replies
Christine
by > Contributor II
  • 20027 Views
  • 2 replies
  • 2 kudos

ADD COLUMN IF NOT EXISTS does not recognize "IF NOT EXIST". How do I add a column to an existing delta table with SQL if the column does not already exist?

How do I add a column to an existing delta table with SQL if the column does not already exist?I am using the following code: <%sqlALTER TABLE table_name ADD COLUMN IF NOT EXISTS column_name type; >but it prints the error: <[PARSE_SYNTAX_ERROR] Synta...

  • 20027 Views
  • 2 replies
  • 2 kudos
Latest Reply
Woldie
Visitor
  • 2 kudos

Here some SQL devilry that does not require SQL Scripting nor pythons.  It adds a my_extra_column FLOAT to the target table with null values. I'm as shocked as anyone that this works, (and if it's undocumented behavior, someone in Databricks Command ...

  • 2 kudos
1 More Replies
Avinash_Narala
by > Databricks Partner
  • 33 Views
  • 0 replies
  • 0 kudos

Deletion Vectors Don’t Delete Data the Way You Think They Do: A Deep Dive into Delta Lake Maintenanc

Hi everyone! In my previous post, I discussed how enabling Deletion Vectors helped reduce our Delta MERGE runtime from 22 minutes down to 6 minutes by eliminating write amplification.However, deferring file rewrites introduces an important architectu...

  • 33 Views
  • 0 replies
  • 0 kudos
Islam_hoti
by > New Contributor III
  • 74 Views
  • 1 replies
  • 0 kudos

Streaming read fails with "Detected a data update" after a restatement job touches the source

Hi everyone,Looking for the right pattern here rather than a workaround.Setup. DBR 15.4 LTS, Unity Catalog. A silver streaming table reads from a bronze Delta table with a normal streaming read. Bronze is append only in the ordinary course of busines...

  • 74 Views
  • 1 replies
  • 0 kudos
Latest Reply
AbhilashNagilla
Databricks Employee
  • 0 kudos

On DBR 15.4 LTS, use legacy CDF when corrections must reach silver, provided CDF was enabled before this UPDATE and the required version remains retained (source changes, CDF availability and retention). Before MERGE, reduce each microbatch to one f...

  • 0 kudos
techinlayers
by > New Contributor
  • 37 Views
  • 0 replies
  • 0 kudos

Lakehouse vs data warehouse vs data lake, drawn step by step: the one-line interview answer

A follow-up to my Databricks architecture post. The next question I kept getting was "what actually is a lakehouse, and why not just use a warehouse?", so I drew that one too.The crisp answer: a data warehouse gives you ACID transactions, enforced sc...

  • 37 Views
  • 0 replies
  • 0 kudos
ivanvyd
by > New Contributor II
  • 43 Views
  • 0 replies
  • 0 kudos

Before dropping a column, check whether Genie has been using it

I was reviewing a schema change recently and wanted a quick answer to a simple question:Could this column be used by a Genie Agent somewhere without me realizing it?There's now a pretty useful way to check I want to share with you.Databricks' March 2...

  • 43 Views
  • 0 replies
  • 0 kudos
Advika
by Community Manager
  • 364 Views
  • 6 replies
  • 17 kudos

Databricks Community Champion - August 2026 - Shamen Paris

Community Champion • Our Community Champion Program celebrates members who consistently contribute their expertise, support fellow practitioners, and help shape a stronger and more collaborative Databricks Community. Every month, we recognize individ...

my_profile.png my_profile.png
  • 364 Views
  • 6 replies
  • 17 kudos
Latest Reply
juanlozadab
New Contributor II
  • 17 kudos

Congrats!!

  • 17 kudos
5 More Replies
Tushar_Parekar
by Databricks Employee
  • 42 Views
  • 0 replies
  • 0 kudos

Announcement | Improving Lakebase Postgres compute cache

Lakebase Postgres separates compute from durable storage, making efficient compute-side caching essential for high-throughput, low-latency workloads. In this update, we share how larger shared buffers and huge pages help keep more hot data in DRAM, w...

improving-lakebase-postgres-compute-cache-blog-img-1.png
  • 42 Views
  • 0 replies
  • 0 kudos
shrenik_jain
by > Visitor
  • 92 Views
  • 0 replies
  • 0 kudos

Login Error Assistance - Reference ID: a728332e-daf7-436d-a676-99ac4b3b0033

Unable to log in to the Databricks account to opt for the subscription to use the compute options, but in Azure, able to create workflows.

shrenik_jain_0-1789572156586.png
  • 92 Views
  • 0 replies
  • 0 kudos
Hatim_Vohra
by > Visitor
  • 77 Views
  • 1 replies
  • 0 kudos

Error with Databricks ODBC Driver OAuth 2.0

Hi,I am facing some issues while configuring Databricks ODBC driver for Tableau connection purposes. After setting up all the parameters and settings I get the following error when I use OAuth 2.0 mechanism with Browser Based Authorization Code. Has ...

Hatim_Vohra_0-1789571323230.png
  • 77 Views
  • 1 replies
  • 0 kudos
Latest Reply
data_pulse
New Contributor II
  • 0 kudos

@Hatim_Vohra The error is happening before Databricks authentication completes because ODBC driver is using browser-based OAuth, but it isn’t able to launch the browser.If you want to continue with the ODBC, check the OAuth options and enable Ignore ...

  • 0 kudos
Tushar_Parekar
by Databricks Employee
  • 89 Views
  • 0 replies
  • 1 kudos

CUSTOMER STORY | Powering Up: EnergyAustralia’s race to real-time

“Previously, technology was the bottleneck – business teams had to wait on lengthy development cycles and competing IT priorities before solutions reached production. With Databricks, business teams can build what we need ourselves, removing the depe...

ENergy Aus.png
  • 89 Views
  • 0 replies
  • 1 kudos
Welcome to the Databricks Community!

Once you are logged in, you will be ready to post content, ask questions, participate in discussions, earn badges, and more.

Spend a few minutes exploring Get Started Resources, Learning Paths, Certifications, and Platform Discussions.

Join Learning Events here in the Community.

Connect with peers through Databricks User Groups and learn more about Community Events happening near you. We’re excited to see you get involved.

Top Kudoed Authors

Latest from our Blog

Meet SDP Rewind: An undo button for your ETL pipelines

A bad deployment slips into your pipeline on Friday, and by Monday, it has been writing incorrect data for three days, with no clean way to roll it back. You can restore one table, but a pipeline is a...

1117Views 2kudos