cancel
Showing results for 
Search instead for 
Did you mean: 

Community Activity

colin-db
by > New Contributor
  • 32 Views
  • 2 replies
  • 1 kudos

Transfer Account Ownership

I have the same issue as this previous user, who had their question resolved before an actionable solution was provided: https://community.databricks.com/t5/data-engineering/how-to-transfer-ownership-of-a-databricks-cloud-standard-account/td-p/34737I...

  • 32 Views
  • 2 replies
  • 1 kudos
Latest Reply
jameshughes
New Contributor
  • 1 kudos

You are going to have a very difficult time with the transfer as it can only be done on the backside by Databricks.  Your only real option would be to have your customer create their own account and migrate the workspace assets over outside of having...

  • 1 kudos
1 More Replies
xx123
by > New Contributor II
  • 8 Views
  • 0 replies
  • 0 kudos

"Aws Invalid Kms Key State" when trying to start new cluster on AWS

Hey,We just established new environment based on AWS. Our first step was to create Cluster but while doing so, we have encountered an error. We tried different policies, configurations and instance types. All resulted in:Aws Invalid Kms Key State: Th...

  • 8 Views
  • 0 replies
  • 0 kudos
GeKo
by > New Contributor III
  • 40 Views
  • 3 replies
  • 0 kudos

how to specify the runtime version for serverless job

Hello,if I understood correctly.... using a serverless cluster comes always with the latest runtime version, by default.Now I need to stick to e.g. runtime version 15.4 for a certain job, which gets deployed via asset bundles. How do I specify/config...

Data Engineering
assetbundle
serverless
  • 40 Views
  • 3 replies
  • 0 kudos
Latest Reply
jesseryoung
Databricks Employee
  • 0 kudos

HI @GeKo, Serverless versions behave a bit differently than classic runtime versions. With serverless you no longer have control over which cluster runtime is used as it's continuously updated, you do however have control over which API to target and...

  • 0 kudos
2 More Replies
Avinash_Narala
by > Valued Contributor II
  • 1095 Views
  • 6 replies
  • 1 kudos

Redshift Stored Procedure Migration to Databricks

Hi,I want to migrate Redshift SQL Stored Procedures to databricks.As databricks doesn't support the concept of SQL Stored Procedures. How can I do so?

  • 1095 Views
  • 6 replies
  • 1 kudos
Latest Reply
nayan1
Contributor
  • 1 kudos

Lake Bridge might be a solution.https://www.databricks.com/solutions/migration/lakebridge

  • 1 kudos
5 More Replies
michelleliu
by > New Contributor III
  • 9 Views
  • 0 replies
  • 0 kudos

DLT Performance Issue

I've been seeing patterns in DLT process time in all my pipelines, as in attached screenshot. Each data point is an "update" that's set to "continuous". The process time keeps increasing until a point and drops back to what it's desired to be. This w...

  • 9 Views
  • 0 replies
  • 0 kudos
meljung
by > New Contributor
  • 5 Views
  • 0 replies
  • 0 kudos

Moving average calculation in Databricks AI/BI dashboard

So, I can't figure out how to do moving average as custom calculation in Databricks dashboard. I'm applying many different filters and the denominator of the metric has to change dynamically based on the chosen filters. So, in this case using `Custom...

Screenshot 2025-06-17 134351.png
  • 5 Views
  • 0 replies
  • 0 kudos
nayan1
by > Contributor
  • 4 Views
  • 0 replies
  • 0 kudos

Which is your favorite topics in the keynotes in DAIS 2025

My favorite parts were :LakebaseLakeflow DesignerAgent Bricks#Databricks

  • 4 Views
  • 0 replies
  • 0 kudos
nayan1
by > Contributor
  • 5 Views
  • 0 replies
  • 0 kudos

Which is your favorite topics in the keynotes in DAIS 2025

My favorite parts were :LakebaseLakeflow DesignerAgent Bricks

  • 5 Views
  • 0 replies
  • 0 kudos
pooja_bhumandla
by > Visitor
  • 27 Views
  • 1 replies
  • 0 kudos

Deletion Vectors on Partioned Tables

Are Deletion Vectors supported for partitioned delta tables in Databricks?

  • 27 Views
  • 1 replies
  • 0 kudos
Latest Reply
paolajara
Databricks Employee
  • 0 kudos

Hi @pooja_bhumandla , Yes, deletion vectors are supported for partitioned delta tables in Databricks. It comes as part of storage optimization that allows  to delete, update, merge operations to mark existing rows as removed or changed without rewrit...

  • 0 kudos
Anton_Lagergren
by > Contributor
  • 2791 Views
  • 3 replies
  • 6 kudos

DMV Member Introductions | Say Hello! 😃

DMV Community Member IntroductionsIf you’d like to find other members to connect with, or would like others to be able to connect / find you — then you’re in the right place.This forum is for DMV Databricks Community Members to introduce themselves.F...

94D153E7-2FB4-443C-B0D4-9D7506A3758E.png
  • 2791 Views
  • 3 replies
  • 6 kudos
Latest Reply
nayan1
Contributor
  • 6 kudos

@PXL Sounds good. We are planning for a meetup soon. @Anton_Lagergren 

  • 6 kudos
2 More Replies
DatabricksGuide
by > New Contributor III
  • 13957 Views
  • 2 replies
  • 3 kudos

Getting Started with Databricks SQL Serverless on Azure

Getting Started with Databricks SQL Serverless on Azure This is an Azure admin guide for existing Databricks SQL customers interested in SQL Serverless features. This guide covers the following topics: What is Serverless ArchitectureSecurity on Serv...

DatabricksGuide_0-1709914347916.png Screenshot 2024-03-09 at 1.11.11 PM.png DatabricksGuide_1-1709914347918.png DatabricksGuide_2-1709914347924.gif
  • 13957 Views
  • 2 replies
  • 3 kudos
Latest Reply
nayan1
Contributor
  • 3 kudos

@DatabricksGuide We have implemented serverless warehouses in databricks. But we still have some pro clusters. I want to have a comparison of cost between serverless and pro. While serverless cost is easily available in system tables but I am not abl...

  • 3 kudos
1 More Replies
rcostanza
by > New Contributor III
  • 36 Views
  • 1 replies
  • 1 kudos

Resolved! DataFrame.localCheckpoint() and cluster autoscaling at odds with each other

I have a notebook where at the beginning I load several dataframes and cache them using localCheckpoint(). I run this notebook using an all-purpose cluster with autoscaling enabled, with a mininum of 1 worker and maximum 2.The cluster often autoscale...

  • 36 Views
  • 1 replies
  • 1 kudos
Latest Reply
lingareddy_Alva
Honored Contributor II
  • 1 kudos

Hi @rcostanza You're facing a common issue with autoscaling clusters and cached data locality.There are several approaches to address this:Preventing Downscaling During Execution1. Disable Autoscaling Temporarily- You can disable autoscaling programm...

  • 1 kudos
seefoods
by > Contributor
  • 456 Views
  • 1 replies
  • 0 kudos

assets bundle

Hello Guys,I am working on assets bundle. So i want to make it generic for all team like ( analytics, data engineering), Someone could you share a best practice for this purpose ? Cordially, 

  • 456 Views
  • 1 replies
  • 0 kudos
Latest Reply
lingareddy_Alva
Honored Contributor II
  • 0 kudos

Hi @seefoods Creating a generic asset bundle that works across different teams requires careful design around modularity, configurability, and clear interfaces.Here are key best practices:1. Structure and OrganizationModular Architecture: Design your...

  • 0 kudos
Rishabh_TiwariD
by Databricks Employee
  • 17 Views
  • 0 replies
  • 0 kudos

Welcome to the Greece User Group!

We're excited to announce the launch of the Greece User Group—a dedicated space for data enthusiasts, engineers, scientists, and professionals from across Greece to connect, collaborate, and grow together! What is a User Group? User Groups are region...

Screenshot 2025-06-17 at 10.01.01 PM.png
  • 17 Views
  • 0 replies
  • 0 kudos
kuldip05
by > New Contributor III
  • 110 Views
  • 4 replies
  • 1 kudos

Delivery Specialization: UC Upgrade Lab Not Submitting

I have submitted Lab notebooks in Vocareum environment successfully after passing all required check points . Still after submission the grades are not evaluating section Section 3 - Table and View Migration and Section 4 - Workload Upgrade. Please h...

  • 110 Views
  • 4 replies
  • 1 kudos
Latest Reply
Advika
Databricks Employee
  • 1 kudos

Hello @kuldip05! Could you please raise a support ticket with the Databricks Support Team? They’ll be able to review the grading status and assist you accordingly

  • 1 kudos
3 More Replies
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.

Connect with peers through User Groups and stay updated by subscribing to Events. We are excited to see you engage!

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Read Databricks Data Intelligence Platform reviews on G2

Latest from our Blog

A Practical Guide to Serverless Migrations

Many customers have been eager to adopt serverless compute on Databricks, attracted by the promise of eliminating infrastructure management, gaining elastic scalability, and simplifying the user exper...

160Views 2kudos

Enterprise-Grade MCP on Databricks: A Practical Walkthrough

If you’ve been curious about MCP—the latest buzzword in the AI tooling space—you might already know it was developed by Anthropic and open-sourced in late 2024. Maybe you’ve seen it described as “the ...

1007Views 1kudos