cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

vamsikrishna880
by New Contributor II
  • 719 Views
  • 1 replies
  • 0 kudos

Resolved! Kryterion suspended my certification exam

Hi Team,I have given the Databricks Certified Associate Developer for Apache Spark - Python Exam on18-05-2025. I was continuously in front of the camera and an alert came and the proctor asked me to show the entire room and bed. And I have shown him ...

  • 719 Views
  • 1 replies
  • 0 kudos
Latest Reply
Cert-Team
Databricks Employee
  • 0 kudos

Hi @vamsikrishna880 Please consider removing your webassessor ID from this post. We handle tickets via our ticket system so that individuals do not need to post their personal contact information in this forum.

  • 0 kudos
GMB
by New Contributor II
  • 7403 Views
  • 4 replies
  • 1 kudos

Spatial Queries

Hi,I'm trying to execute the following code:%sqlSELECT LSOA21CD,       ST_X(ST_GeomFromWKB(Geom_Varbinary)) AS STX,       ST_Y(ST_GeomFromWKB(Geom_Varbinary)) AS STYFROM ordnance_survey_lsoas_december_2021_population_weighted_centroidsWHERE LSOA21CD ...

  • 7403 Views
  • 4 replies
  • 1 kudos
Latest Reply
Corar
New Contributor II
  • 1 kudos

How is the status of ST_X support in databricks, since we did not find any further information. We are using Azure Databricks, function appear in the functions list, but do not work even with Photon enabled? How could we get into the preview, if this...

  • 1 kudos
3 More Replies
nickneoners
by New Contributor II
  • 5250 Views
  • 10 replies
  • 2 kudos

Variables in databricks.yml "include:" - Asset Bundles

HI,We've got an app that we deploy to multiple customers workspaces. We're looking to transition to asset bundles. We would like to structure our resources like:  -src/ -resources/ |-- customer_1/ |-- job_1 |-- job_2 |-- customer_2/ |-- job_...

  • 5250 Views
  • 10 replies
  • 2 kudos
Latest Reply
pietern
Databricks Employee
  • 2 kudos

@_escoto You can achieve this by defining the entire job in the "targets" section for your development target. Resources defined in the top-level "resources" block are deployed to all targets. Resources defined both in the top-level "resources" block...

  • 2 kudos
9 More Replies
bindu22
by New Contributor
  • 466 Views
  • 1 replies
  • 0 kudos

Data engineer Associate voucher

Hi all, I am new to this databricks and want to learn and do certification for my job search. Is there any free vouchers something like that for exams?

  • 466 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Databricks Employee
  • 0 kudos

Hello @bindu22! Currently, Databricks isn’t offering any Certification discount promotions, but Learning Festival events are held once per quarter — in January, April, July, and October. Participants receive a 50% off voucher. Details for the next Le...

  • 0 kudos
Sourav-Kundu
by Contributor
  • 2213 Views
  • 3 replies
  • 0 kudos

Databricks Apps is now available in Public Preview

Databricks Apps is a new way to build and deploy internal data and AI applications is now available in Public Preview.Databricks Apps let developers build native apps using frameworks like Dash, Shiny and Streamlit, enabling data applications for non...

  • 2213 Views
  • 3 replies
  • 0 kudos
Latest Reply
pparikhdbx
Databricks Employee
  • 0 kudos

Databricks Apps is Generally Available as of May 13, 2025. Here is the link to the documentation. 

  • 0 kudos
2 More Replies
leandro09
by New Contributor
  • 641 Views
  • 1 replies
  • 0 kudos

Databricks Bundle Deployment Question

Hello, everyone! I’ve been working on deploying Databricks bundles using Terraform, and I’ve encountered an issue. During the deployment, the Terraform state file seems to reference resources tied to another user, which causes permission errors.I’ve ...

  • 641 Views
  • 1 replies
  • 0 kudos
Latest Reply
Isi
Honored Contributor II
  • 0 kudos

Hey @leandro09 ,My opinion this kind of error is often related to Terraform state still tracking a resource that was created or managed by another user, and your current user doesn’t have permissions to update or read it.terraform state listThis will...

  • 0 kudos
Siddartha01
by New Contributor II
  • 747 Views
  • 1 replies
  • 0 kudos

Resolved! My Databrick exam got Suspended.

Hello Databrick Support Team, request ID: #00667456I faced issue while taking my Databrick Certified Associate Developer for Apache Spark exam. This is completely unfair that alerts are coming while taking mid of exam due to blinking of eyes and proc...

  • 747 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Databricks Employee
  • 0 kudos

Hello @Siddartha01! It looks like this post duplicates the one you recently posted. A response has already been provided to the Original thread. I recommend continuing the discussion in that thread to keep the conversation focused and organised.

  • 0 kudos
GodSpeed
by New Contributor
  • 1947 Views
  • 0 replies
  • 0 kudos

Seeking GitBook Alternatives for Documenting Databricks Pipelines & ML Workflows

We’re scaling our use of Databricks notebooks and ML pipelines, and keeping everything properly documented is becoming a challenge. I’ve used GitBook in past projects, but it’s starting to feel a bit clunky, especially when trying to keep markdown do...

  • 1947 Views
  • 0 replies
  • 0 kudos
sachin_kanchan
by New Contributor III
  • 3000 Views
  • 1 replies
  • 0 kudos

Unable to create a folder inside DBFS on Community Edition

Im using the Community Edition.Trying to create a storage folder inside DBFS -> Filestore for my datasets. I click on Create, give a folder name, and poof. Nothing. No new folder.Tried refreshing, logging out and logging in. Tried to create folder mu...

  • 3000 Views
  • 1 replies
  • 0 kudos
Latest Reply
Vidhi_Khaitan
Databricks Employee
  • 0 kudos

Hi Sachin, For DBFS V1 used in Community Edition, there may be limitations regarding the creation of folders or changes to file structures, particularly under specific paths such as /FileStore, which is commonly used to store datasets, plots, and oth...

  • 0 kudos
CT123456
by New Contributor II
  • 929 Views
  • 3 replies
  • 0 kudos

Resolved! Does Unity Catalog support Iceberg?

Hi, I came across this post on querying an AWS Glue table in S3 from Databricks using Unity Catalog: https://medium.com/@sidnahar13/aws-glue-meets-unity-catalog-effortless-data-governance-querying-in-databricks-5138f1e574a4. The post says support for...

  • 929 Views
  • 3 replies
  • 0 kudos
Latest Reply
BigRoux
Databricks Employee
  • 0 kudos

As of now, Databricks does not support non-Spark methods (such as direct REST API calls, JDBC/ODBC connections outside Spark, or other query engines within Databricks) to query S3 Tables directly.   Unity Catalog and Databricks’ native cataloging foc...

  • 0 kudos
2 More Replies
Shoaib8587
by New Contributor III
  • 8351 Views
  • 12 replies
  • 13 kudos

Resolved! Uploading local file

 Since, last two day i getting an error called "ERROR OCCURRED WHEN PROCESSING FILE:[OBJECT OBJECT]" While uploading any "csv" or "json" file from my local system but it shows or running my previous file but give error after uploading a new file  

IMG_20240724_110147.jpg
  • 8351 Views
  • 12 replies
  • 13 kudos
Latest Reply
LokeshManne
New Contributor III
  • 13 kudos

If you are using databricks community edition, the error you are facing is because the file you are trying to upload contains PII or SPII data ( Personally Identifiable Information OR Sensitive Personally Identifiable Information)  words like dob, To...

  • 13 kudos
11 More Replies
stevieg95
by New Contributor III
  • 3759 Views
  • 3 replies
  • 5 kudos

Getting java.util.concurrent.TimeoutException: Timed out after 15 seconds on community edition

Im using databricks communtiy edition for learning purpose and im whenever im running notebook, im getting:Exception when creating execution context: java.util.concurrent.TimeoutException: Timed out after 15 seconds databricks.I have deleted cluster ...

stevieg95_0-1711552230784.png
  • 3759 Views
  • 3 replies
  • 5 kudos
Latest Reply
LokeshManne
New Contributor III
  • 5 kudos

@stevieg95 The issue is that, you've run the notebook with old connector connected to your old deleted cluster with same names, when you ran a terminated cluster, you see the error. First delete existing cluster and logout and detach old cluster as b...

  • 5 kudos
2 More Replies
vchandm23
by New Contributor III
  • 1900 Views
  • 0 replies
  • 0 kudos

Usability bug in SPARKSQL

Hi Databricks & Team, Spark Cluster: 16.3Being a databricks partner I am unable to raise a support ticket, hence am positing this here. pyspark is good in rendering multiple results in a single cell. refer screenshot below (Screenshot 1)However, SPAR...

vchandm23_0-1747102508257.png vchandm23_1-1747102657425.png
  • 1900 Views
  • 0 replies
  • 0 kudos
fperry
by New Contributor III
  • 1445 Views
  • 6 replies
  • 0 kudos

Issue with Multiple Stateful Operations in Databricks Structured Streaming

Hi everyone,I'm working with Databricks structured streaming and have encountered an issue with stateful operations. Below is my pseudo-code: df = df.withWatermark("timestamp", "1 second") df_header = df.withColumn("message_id", F.col("payload.id"))...

  • 1445 Views
  • 6 replies
  • 0 kudos
Latest Reply
fperry
New Contributor III
  • 0 kudos

This should according to this blog post basically work, right? However, I'm getting the same errorMultiple Stateful Streaming Operators | Databricks BlogOr am I missing something? rate_df = spark.readStream.format("rate").option("rowsPerSecond", "1")...

  • 0 kudos
5 More Replies
Maria_fed
by New Contributor III
  • 4661 Views
  • 7 replies
  • 0 kudos

Need help migrating company customer and partner academy accounts to work properly

Hi, originally I accidentally made a customer academy account with my company that is a databricks partner. Then I made an account using my personal email and listed my company email as the partner email for the partner academy account. that account ...

  • 4661 Views
  • 7 replies
  • 0 kudos
Latest Reply
adage_123
New Contributor II
  • 0 kudos

I have the same problem. How do I change from customer to partner?

  • 0 kudos
6 More Replies

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
Labels