cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
DAIS 2025 Community Raffle Results – Meet the Winners!

Thank you to everyone who joined our DAIS Week Special Raffle — we were thrilled to see so many of you from around the world engage with the Community during the DAIS week!  As promised, 10 lucky participants who completed all the activities between ...

  • 690 Views
  • 7 replies
  • 8 kudos
Tuesday
Join Us In-Person: DAIS 2025 Highlights + GenAI Hackathon | July 1 in London

Date: Tuesday, July 1, 2025Time: 9:00 AM – 6:00 PMLocation: Databricks London HQ, 11–14 Windmill St, London, W1T 2JG Important: Please register using the link below to secure your spot. Register Here Back from Summit: Review of Major Announcements + ...

  • 380 Views
  • 1 replies
  • 1 kudos
Tuesday
DAIS 2025 Virtual Learning Festival: 11 June - 02 July 2025

Celebrate Data and AI Summit with us at the Virtual Learning Festival! Mark your calendars: June 11 - July 2, 2025! In honor of our Annual Data and AI Summit, we’re offering an exciting opportunity to upskill in data engineering, data analysis, m...

  • 73710 Views
  • 209 replies
  • 52 kudos
05-15-2025
Welcome to the North East UK User Group!

We’re excited to launch the North East UK User Group—a dedicated space for data enthusiasts, engineers, scientists, and professionals from across Newcastle, Sunderland, Durham, Teesside, and beyond to connect, collaborate, and grow together in the Da...

  • 138 Views
  • 0 replies
  • 1 kudos
Thursday

Community Activity

sachamourier
by > New Contributor III
  • 43 Views
  • 1 replies
  • 0 kudos

Job clusters view permissions

Hello all,We are currently running Azure Databricks notebooks through Azure Data Factory pipelines, where we use job clusters defined through policies. As an admin, I am able to see the list of all job clusters that have created when ADF makes a call...

  • 43 Views
  • 1 replies
  • 0 kudos
Latest Reply
Isi
Contributor III
  • 0 kudos

Hello @sachamourier It’s likely that when the job was created, no view permissions were granted to that user. As an admin, you’re able to see the job, but my recommendation is:Go to the job, scroll down to the bottom of the right-hand sidebar, and un...

  • 0 kudos
rpl
by > Contributor
  • 1948 Views
  • 13 replies
  • 2 kudos

Resolved! Which API to use to list groups in which a given user is a member

Is there an API that can be used to list groups in which a given user is a member? Specifically, I’d be interested in account (not workspace) groups.It seems there used to be a workspace-level list-parents API referred to in the answers to this quest...

  • 1948 Views
  • 13 replies
  • 2 kudos
Latest Reply
noorbasha534
Valued Contributor
  • 2 kudos

there will be 2 system tables soon - users, groups. Probably, that makes life easy. I have already requested the Databricks RAS meant for my customer to enabled these for our control plane

  • 2 kudos
12 More Replies
wilsmith
by > New Contributor
  • 17 Views
  • 1 replies
  • 0 kudos

COPY INTO maintaining row order

I have a CSV file in S3 and loading the rows in the order they appear in the file is necessary for parsing it out later. When using COPY INTO will it maintain that order so the bronze layer is in exactly the same order as the source file?

  • 17 Views
  • 1 replies
  • 0 kudos
Latest Reply
Isi
Contributor III
  • 0 kudos

Hey @wilsmith COPY INTO does not guarantee the order of rows because it processes files in parallel using Spark’s distributed architecture. This means that the ingestion engine reads different parts of the file simultaneously, potentially splitting a...

  • 0 kudos
naveenanto
by > New Contributor III
  • 75 Views
  • 4 replies
  • 0 kudos

Unable to get external groups from list group details API

Hi Team, I see that automatic group sync is enabled in our azure databricks by default but I am not able to get the groups using list groups endpoint. What is the right way to get it. I've an automated process to bring certain account groups to works...

  • 75 Views
  • 4 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 0 kudos

I checked it and I can confirm that it worked. I enabled automatic identity management, then I've added EntraId group to the workspace and using above endpoint I was able to get information about that group.

  • 0 kudos
3 More Replies
Pavel_Soucek
by > New Contributor
  • 111 Views
  • 2 replies
  • 0 kudos

Upload xlsx file with API

Hello, I would like to upload xlsx files from SharePoint to Databricks (AWS).I have files in my Sharepoint folder, try to use power automation (like if new file is created upload file to Databricks) and custom connector (where I defined API /api/2.0/...

  • 111 Views
  • 2 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 0 kudos

Hi @Pavel_Soucek ,The Excel files are binary formats. I think when you are using decodeBase64() on the file content, you might corrupting the file accidently. I think Power Automate already returns the binary data in a format suitable for sending in ...

  • 0 kudos
1 More Replies
Rishabh_Tiwari
by Databricks Employee
  • 380 Views
  • 1 replies
  • 1 kudos

Join Us In-Person: DAIS 2025 Highlights + GenAI Hackathon | July 1 in London

Date: Tuesday, July 1, 2025Time: 9:00 AM – 6:00 PMLocation: Databricks London HQ, 11–14 Windmill St, London, W1T 2JG Important: Please register using the link below to secure your spot. Register Here Back from Summit: Review of Major Announcements + ...

Rishabh_TiwariD_0-1750784503280.png Screenshot 2025-06-24 at 10.33.59 PM.png
  • 380 Views
  • 1 replies
  • 1 kudos
Latest Reply
annesha
New Contributor II
  • 1 kudos

Do we need to carry our laptops with us to participate in the Hackathon ?

  • 1 kudos
briancuster63
by > New Contributor II
  • 539 Views
  • 4 replies
  • 0 kudos

Asset Bundle .py files being converted to notebooks when deployed to Databricks

Hi everyone, I'm finding a particularly frustrating issue whenever I try to run some python code in an asset bundle on my workspace. The code and notebooks deploy fine but once deployed, the code files get converted to notebooks and I'm no longer abl...

  • 539 Views
  • 4 replies
  • 0 kudos
Latest Reply
olivier-soucy
Contributor
  • 0 kudos

I came here looking for a solution to the opposite problem: I was hoping my .py files to be available as a notebook (without adding extra headers). Unfortunately, this does not seem to be possible with DABs.@facebiranhari if you have not solved your ...

  • 0 kudos
3 More Replies
carlos_tasayco
by > New Contributor III
  • 11 Views
  • 0 replies
  • 0 kudos

DATABRICKS CLI SYNC SPECIFIC FILES

Hello,I am struggling with this problem I need to update databricks repo, to only sync some files according to documentation is possible:https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/sync-commands#only-sync-specific-filesIn my work...

carlos_tasayco_0-1751310427720.png carlos_tasayco_1-1751310545234.png
  • 11 Views
  • 0 replies
  • 0 kudos
Corwyn
by > Visitor
  • 8 Views
  • 0 replies
  • 0 kudos

Can't create a new table from uploaded file.

I've just started using the Community Edition through the AWS marketplace and I'm trying to set up tables to share with a customer.  I've managed to create 3 of the tables, but when uploading a small version of the fourth file, I'm having problems. T...

Corwyn_1-1751310273366.png Corwyn_2-1751310411172.png
  • 8 Views
  • 0 replies
  • 0 kudos
Sen
by > New Contributor
  • 12769 Views
  • 10 replies
  • 1 kudos

Resolved! Performance enhancement while writing dataframes into Parquet tables

Hi,I am trying to write the contents of a dataframe into a parquet table using the command below.df.write.mode("overwrite").format("parquet").saveAsTable("sample_parquet_table")The dataframe contains an extract from one of our source systems, which h...

  • 12769 Views
  • 10 replies
  • 1 kudos
Latest Reply
BobClarke
Visitor
  • 1 kudos

I am Bob Clarke marketing manager of virtual assistants Pakistan and I help companies hire amazon virtual assistants who manage product listings order processing and inventory updates. Our trained staff improves efficiency and boosts sales. We suppor...

  • 1 kudos
9 More Replies
DavidLeGrand
by > New Contributor II
  • 15 Views
  • 0 replies
  • 0 kudos

Cincinnati User Group - next meeting?

I'm interested in joining this group.  Has the next meeting date been established?  I can also sponsor. 

  • 15 Views
  • 0 replies
  • 0 kudos
DavidLeGrand
by > New Contributor II
  • 15 Views
  • 0 replies
  • 0 kudos

Houston User Group meeting - next?

I'm interested in joining this local group. Do you know when the next User Group is scheduled for? 

  • 15 Views
  • 0 replies
  • 0 kudos
DavidLeGrand
by > New Contributor II
  • 15 Views
  • 0 replies
  • 0 kudos

NYC User Group - next meeting?

I'm interested in joining this group and sponsoring the next User Group.  Is there any visibility to the next meeting? 

  • 15 Views
  • 0 replies
  • 0 kudos
DavidLeGrand
by > New Contributor II
  • 18 Views
  • 0 replies
  • 0 kudos

Databricks User Group - Boston next meeting

I'm interested in joining this group and also sponsoring a future meeting. Is the next meeting planned? 

  • 18 Views
  • 0 replies
  • 0 kudos
DavidLeGrand
by > New Contributor II
  • 19 Views
  • 0 replies
  • 0 kudos

Atlanta User Group Next meeting

I'm interested in joining the regional Atlanta User Group.  I would also like to sponsor.  Is the next meeting planned? 

  • 19 Views
  • 0 replies
  • 0 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.

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

How to use AI Guardrails using Mosaic AI Gateway?

Introduction  Organizations are quickly adopting Gen AI applications because they help save money and offer a competitive edge. These AI tools can automate many tasks that weren’t possible before larg...

374Views 1kudos