This page brings together externally published articles written by our MVPs. Discover expert perspectives, real-world guidance, and community contributions from leaders across the ecosystem.
We can now define Data Quality Alerts and schedule them. We will be notified when an anomaly is detected. It was possible before, but required setting a custom query and using system tables. Additionally, SQL Alert is now a normal Lakeflow job task, ...
There is a new account level, Databricks one. It includes all assets from all workspaces the user has access to in one place. It is available through https://accounts.azuredatabricks.net/one or https://accounts.cloud.databricks.com/one
more news http...
Are you managing multiple LLMs on Databricks with no visibility or control? If the answer is Yes, don't worry, you are not alone. I have been in multiple discussion and got the same question about managing multiple LLMs in one place. Now, we have Dat...
Quality monitoring just got a big upgrade. Intuitive traffic lights make it easy to spot issues instantly, with detailed insights available on hover. Plus, a dedicated Quality tab and new checks (like null values) bring everything into one clear, act...
There are more and more resources available in DABS, and I have to say, defining them is much nicer and easier to manage than in Terraform. We will continue using Terraform to deploy Azure or AWS resources, but we need to pass data from Terraform to ...
A new dynamic drop-down filter is available for the SQL editor. It takes the first column from the other saved query we point to.
https://databrickster.medium.com/databricks-news-2026-week-13-23-march-2026-to-29-march-2026-24f99a978752
Databricks is entering a new market: cybersecurity. It’s one of the fastest-growing markets, alongside AI. The choice was obvious; Databricks already has a strong foundation with agents and the Lakehouse architecture. Many companies are already stori...
From DABS, you can pass a git branch. It is also a really useful best practice, as this way you define that only the given branch can be deployed to the target (e.g., main only to target prod, otherwise it will fail). #databricks
https://databrickste...
Do not get the current access token from entry_point or variables. Databricks SDK has built-in authentication, which can be used even for REST API calls. #databricks
https://databrickster.medium.com/just-because-you-can-do-it-in-databricks-doesnt-mea...
Sharing the latest update on Databricks Genie.The written article is in 3 versions to make it easy to follow the journey:Version 1 covers the initial releaseVersion 2 includes the major improvementsVersion 3 has the latest updates till 2026 Agent...
Security is evolving at an unprecedented pace shifting from human-driven threats to AI-powered attacks that operate continuously at machine speed. Attackers are now leveraging automation, large language models, and intelligent agents to identify vuln...
Do not use entry_point to get workspace_id, job_id, run_id, and other metadata. There is a ready, stable solution to do that.
More good/bad practices on:
https://www.sunnydata.ai/blog/databricks-multi-statement-transactions
https://databrickster.medi...
The biggest difference is that Genie is now aware of your data and file structure and can propose multiple enhancements to your files. Works excellently also with DABS. #databricks
more news https://databrickster.medium.com/databricks-news-2026-week-...
I’ve been exploring Databricks Genie Code and wanted to share a few practical observations from early usage.What stands out to me is that Genie Code feels less like a traditional coding assistant and more like an agentic workflow assistant. It does n...
I’ve been testing Genie Code in Databricks and wanted to understand not just the UX, but the actual cost behavior.My impression so far:for simple code edits / code assistance, it looks almost free,but if Genie Code starts doing things that involve re...
I was looking at the cost inferred by genie, but i'm not understanding how genie usage is calculated, i looked the system.billing.usage table, can you tell me if i can use this to filter genie usage.