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

415963
by New Contributor II
  • 1681 Views
  • 0 replies
  • 0 kudos

Not able to catch structured streaming exception

I would like to catch and handle an exception in a structured streaming job.The databricks notebook still displays the exception, regardless of added exception handling (see attached screenshot)I guess that the exception is displayed by the cell outp...

  • 1681 Views
  • 0 replies
  • 0 kudos
deficiant_codge
by Contributor II
  • 27580 Views
  • 5 replies
  • 8 kudos

How to run a different python version then the default one on databricks cluster

Hi All, I recently have a use case where i need to run something on the databricks cluster and the bare requirement is that python version shoulde be 3.8 and DBR version should be 11+. I am confused on how to handle this. Is there anyway in which we ...

  • 27580 Views
  • 5 replies
  • 8 kudos
Latest Reply
Anonymous
Not applicable
  • 8 kudos

Hi @deficiant_codge  Hope everything is going great. Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us...

  • 8 kudos
4 More Replies
Dave-Griffith
by New Contributor
  • 1549 Views
  • 1 replies
  • 0 kudos

Using Dolly for healthcare providers

Databricks Data+AI Summit has been very interesting. New(ish) user here with a background on healthcare. I see huge efficiency gains for healthcare providers in using specialized LLMs to get a synopsis of patient history. Would a provider need to tra...

  • 1549 Views
  • 1 replies
  • 0 kudos
Latest Reply
valeryuaba
New Contributor III
  • 0 kudos

Hey everyone! As a healthcare enthusiast, I completely agree with Dave-Griffith's point about the potential efficiency gains in using specialized LLMs for patient history. It's amazing how advanced technology like Dolly can revolutionize healthcare.T...

  • 0 kudos
asgalantsevepam
by New Contributor II
  • 1659 Views
  • 2 replies
  • 5 kudos

Unable to login into partner account

@Anonymous , @Retired_mod , Could you please help me?Several days ago I was able to log into Databricks Partner portal but now I can't and even resetting password is not helping.Thanks in advance.

  • 1659 Views
  • 2 replies
  • 5 kudos
Latest Reply
Anonymous
Not applicable
  • 5 kudos

Hi @asgalantsevepam  Thank you for posting your question in our community! We are happy to assist you. To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answ...

  • 5 kudos
1 More Replies
ari_reyes
by New Contributor II
  • 2707 Views
  • 3 replies
  • 4 kudos

Databricks Certification Exam got suspended

I had an issue when I was answering an exam for a certification. The exam was interrupted due to an issue on secure browser software, the screen became black and I could not finish the exame because I could not see the rest of the questions in the qu...

  • 2707 Views
  • 3 replies
  • 4 kudos
Latest Reply
Anonymous
Not applicable
  • 4 kudos

Hi @ari_reyes  Thank you for posting your question in our community! We are happy to assist you. To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers yo...

  • 4 kudos
2 More Replies
Hydra
by New Contributor II
  • 2678 Views
  • 3 replies
  • 3 kudos

Unable to login to course

Hi I have signed up and looking to sign in the Course Generative AI in community, but when I log in using my correct password and username, it does not accept the information, so can't complete the course, can you please offer help for this.I have re...

  • 2678 Views
  • 3 replies
  • 3 kudos
Latest Reply
Anonymous
Not applicable
  • 3 kudos

Hi @Hydra  We haven't heard from you since the last response from @yogu , and I was checking back to see if her suggestions helped you. Or else, If you have any solution, please share it with the community, as it can be helpful to others.  Also, Plea...

  • 3 kudos
2 More Replies
Benedetta
by New Contributor III
  • 4038 Views
  • 0 replies
  • 0 kudos

SQL Merge not adding new columns to delta table

SQL Merge not adding new columns to delta table error is: cannot resolve Target AuditUpdateDate in UPDATE clause given columns in Sourcethis config is set: spark.conf.set("spark.databricks.delta.schema.autoMerge.enabled",True)We're using DBR 12.2 LTS...

Benedetta_0-1689344912359.png
  • 4038 Views
  • 0 replies
  • 0 kudos
saqib_rasool
by New Contributor II
  • 3483 Views
  • 2 replies
  • 3 kudos

Databricks Lakehouse Fundamentals exam

Hi I completed Databricks Lakehouse Fundamentals exam but didn't got my badge

  • 3483 Views
  • 2 replies
  • 3 kudos
Latest Reply
yogu
Honored Contributor III
  • 3 kudos

@saqib_rasool plz submit tikcit to support team https://help.databricks.com/s/contact-us?ReqType=training

  • 3 kudos
1 More Replies
Ajay-Pandey
by Databricks MVP
  • 3687 Views
  • 3 replies
  • 0 kudos

Databricks Pub-Sub Data Recon

I am trying to setup a recon activity between GCP Pub-Sub and databricks, Is there any way to fetch the last 24hrs record count from Pub-Sub?I tried but not got any direct solution for it, It will be great if any one can suggest me the way t#pubsub, ...

  • 3687 Views
  • 3 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @Ajay-Pandey  Hope you are well. Just wanted to see if you were able to find an answer to your question and would you like to mark an answer as best? It would be really helpful for the other members too. Cheers!

  • 0 kudos
2 More Replies
kll
by New Contributor III
  • 3626 Views
  • 4 replies
  • 1 kudos

SparkException: Job aborted due to stage failure when attempting to run grid_pointascellid

I am attempting to apply Mosaic's `grid_pointascellid` method on a spark dataframe with `lat`, `lon` columns.```import pyspark.sql.functions as F# Create a Spark DataFrame with a lat and lon columndf = spark.createDataFrame([("point1", 10.0, 20.0),("...

  • 3626 Views
  • 4 replies
  • 1 kudos
Latest Reply
Tharun-Kumar
Databricks Employee
  • 1 kudos

@kll This error appears because the function grid_pointascellid expects a Double type column and a Decimal column type was provided as input.To overcome this, before you apply the grid_pointascellid, I would recommend casting the columns lat and lon....

  • 1 kudos
3 More Replies
whleeman
by New Contributor III
  • 2238 Views
  • 1 replies
  • 3 kudos

Resolved! No "create catalog" option in workspace with metastore linked

I created a workspace and a metastore(following the long tedious instructions). I assigned the workspace to the metastore. workspace -> Data, I can see the metastore link on the top left of the page. Through it I configured the permissions (giving me...

  • 2238 Views
  • 1 replies
  • 3 kudos
Latest Reply
whleeman
New Contributor III
  • 3 kudos

Answering my own question - all that is needed is to refresh the Data web page! 

  • 3 kudos
vkuznetsov
by New Contributor III
  • 1593 Views
  • 1 replies
  • 0 kudos

Problem sharing a streaming table created in Delta Live Table via Delta Sharing

Hi all,I hope you could help me to figure out what I am missing.I'm trying to do a simple thing. To read the data from the data ingestion zone (csv files saved to Azure Storage Account) using the Delta Live Tables pipeline and share the resulting tab...

vkuznetsov_0-1689259588838.png 2023_07_13_16_48_52_Data_Explorer.png
  • 1593 Views
  • 1 replies
  • 0 kudos
Latest Reply
vkuznetsov
New Contributor III
  • 0 kudos

Sorry, I think I've created the post in the wrong thread. Created the same post in the Community Cove.

  • 0 kudos
nikhil018
by New Contributor II
  • 3511 Views
  • 2 replies
  • 0 kudos

Databricks Exam got suspended

Hi,I attended Databricks certified associate developer for apache spark 3.0- scala on 09 July 2023(today). At 7.35pm suddenly got a notice stating that due to eye movement away from exam your exam got suspended.I had completed the exam and was at the...

  • 3511 Views
  • 2 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @nikhil018  Thank you for reaching out!  Please submit a ticket to our Training Team here: https://help.databricks.com/s/contact-us?ReqType=training  and our team will get back to you shortly. 

  • 0 kudos
1 More Replies
Jvonmolt
by New Contributor II
  • 4266 Views
  • 3 replies
  • 2 kudos

Can't use Partner Connect to FiveTran

Brand new Databricks account, Workspace (Premium tier)New SQL Warehouse (Small, Pro)Brand new FiveTran trialI can't seem to use Partner Connect to connect to FiveTran in my trial. It appeared to work at first, and after attempting to sync with Stripe...

  • 4266 Views
  • 3 replies
  • 2 kudos
Latest Reply
Jvonmolt
New Contributor II
  • 2 kudos

Hi @Anonymous ,So far, I haven't been able to get it to work. However, I really appreciate @Prabakar's answer and your follow-up. I'm still interpreting @Prabakar's wise advice; however, I think it mostly doesn't apply to this situation, as I'm using...

  • 2 kudos
2 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