cancel
Showing results for 
Search instead for 
Did you mean: 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TinaN
by New Contributor III
  • 485 Views
  • 1 replies
  • 0 kudos

Resolved! Translating XMLNAMESPACE in SQL Databricks

We are loading a data source that contains XML. I am translating their queries to create views in Databricks. They use 'XMLNAMESPACES' to construct/parse XML.  Below is an example.  What is best practice for translating 'XMLNAMESPACES' in Databricks?...

  • 485 Views
  • 1 replies
  • 0 kudos
Latest Reply
" src="" />
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
  • 0 kudos

This widget could not be displayed.
We are loading a data source that contains XML. I am translating their queries to create views in Databricks. They use 'XMLNAMESPACES' to construct/parse XML.  Below is an example.  What is best practice for translating 'XMLNAMESPACES' in Databricks?...

This widget could not be displayed.
  • 0 kudos
This widget could not be displayed.
ozbieG
by New Contributor II
  • 565 Views
  • 1 replies
  • 0 kudos

Databricks Certification exam got Suspended - Need Support

Hello Team, @Cert-Team , @Cert-TeamOPS I faced a very bad experience while attempting my 1st DataBricks certification.I was asked to exit the exam multiple times by the support team saying technical issues. My test got rescheduled multiple times with...

  • 565 Views
  • 1 replies
  • 0 kudos
Latest Reply
ozbieG
New Contributor II
  • 0 kudos

@Retired_mod 

  • 0 kudos
bytetogo
by New Contributor
  • 512 Views
  • 1 replies
  • 0 kudos

What API Testing Tool Do You Use?

Hi Databricks!I am a relatively new developer that's looking for a solid API testing tool. I am interested in hearing about other developers, new or experienced, about their experiences with API testing tools, regardless if they are good or bad. I've...

  • 512 Views
  • 1 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 0 kudos

Hi @bytetogo,In my daily work I use Postman. It has user-friendly interface, supports automated testing and has support for popular patterns and libraries. It is also compatible with Linux, MacOs, Windows.

  • 0 kudos
vigneshkannan12
by New Contributor
  • 2144 Views
  • 2 replies
  • 0 kudos

typing extensions import match error

I am trying to install the stanza library and try to create a udf function to create NER tags for my chunk_text in the dataframe.Cluster Config: DBR 14.3 LTS SPARK 3.5.0 SCALA 2.12below code:def extract_entities(text    import stanza    nlp = stanza....

  • 2144 Views
  • 2 replies
  • 0 kudos
Latest Reply
SaadhikaB
New Contributor II
  • 0 kudos

Was this resolved?I installed openai and tried to import and faced the below error. I also tried upgrading the libraries. However I ended up with the same error.Code: import openaiError: ImportError: cannot import name 'override' from 'typing_extensi...

  • 0 kudos
1 More Replies
zll_0091
by New Contributor III
  • 476 Views
  • 3 replies
  • 1 kudos

How to return the function result instead of the function syntax of a variable?

Hi,I'm trying to get the certain value of my variable in the for loop but it's returning the syntax instead of the value. Also, is it possible to covert this value to an integer? Thanks 

zll_0091_0-1723013056629.png
  • 476 Views
  • 3 replies
  • 1 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 1 kudos

Hi @zll_0091 ,Could you provide more code? What's inside dsfd variable? What's your expected outcome?

  • 1 kudos
2 More Replies
thibault
by Contributor II
  • 1150 Views
  • 2 replies
  • 1 kudos

Databricks CLI bundle run multiple jobs

Hi!I am using bundles to deploy various workflows, and as part of a CI pipeline, I want to run integration tests. They are in notebooks that I deploy and run with databricks CLI bundle with Azure DevOps.This allows me to run only one job at a time as...

  • 1150 Views
  • 2 replies
  • 1 kudos
Latest Reply
LettieTaylor
New Contributor II
  • 1 kudos

Thank you so much for the information.

  • 1 kudos
1 More Replies
zll_0091
by New Contributor III
  • 331 Views
  • 0 replies
  • 0 kudos

Can I load the files based on the data in my table as variable without iterating through each row?

Hi,I have created this table which contains the data that I need for my source path and target table. source_path: /data/customer/sid={sid}/abc=1/attr_provider={attr_prov}/source_data_provider_code={src_prov}/So basically, the value of each row are c...

zll_0091_2-1722958875477.png zll_0091_1-1722958858553.png zll_0091_3-1722958975973.png
  • 331 Views
  • 0 replies
  • 0 kudos
slechtd
by New Contributor II
  • 781 Views
  • 4 replies
  • 0 kudos

Cannot sign-in at accounts.cloud.databricks.com

Hi,I have registered for Community Edition and can access it with no problems trough: https://community.cloud.databricks.com/login.htmlNow, I'm interested in completing the free "lakehouse fundamentals" training here and taking the quiz to get the ba...

  • 781 Views
  • 4 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 0 kudos

Hi @slechtd , @qiuqiu You can't log in because this is login page for databricks customers. You should use login at community edition, like on the bottom left side of the below screen Furthermore, to get databricks fundamentals accreditation you need...

  • 0 kudos
3 More Replies
radix
by New Contributor II
  • 1117 Views
  • 1 replies
  • 0 kudos

Liquid clustering on and dynamic overwrites

I use the following option to write from multiple tasks to the same table with overwrite (in Pyspark).option("partitionOverwriteMode", "dynamic")The table was created with partition by so it works as expected.I read about liquid clustering and it's b...

  • 1117 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ranjeet1981
New Contributor II
  • 0 kudos

No it doesn't support partition overwrite. 

  • 0 kudos
Sameekshaji
by New Contributor II
  • 816 Views
  • 2 replies
  • 1 kudos

Memory leak

I created a databricks JDBC connection class following the code ##https://docs.databricks.com/en/integrations/jdbc/authentication.htm I observed that after a number of execute SQL calls , there were 27000 instances of com.databricks.client.jdbc42.int...

  • 816 Views
  • 2 replies
  • 1 kudos
Latest Reply
Sameekshaji
New Contributor II
  • 1 kudos

PLEASE revert ASAP

  • 1 kudos
1 More Replies
deane_h_s
by New Contributor III
  • 1216 Views
  • 2 replies
  • 3 kudos

Resolved! UCX Installation Error

I'm getting the following error when trying to install UCX on my local machine using the databricks CLI v0.212.1. I've authenticated the CLI with the required workspace using databricks config with the host and PAT generated. I also have admin privil...

  • 1216 Views
  • 2 replies
  • 3 kudos
Latest Reply
vidya_kothavale
New Contributor III
  • 3 kudos

 Try to install ucx previous version 0.28.2databricks labs install ucx@v0.28.2 

  • 3 kudos
1 More Replies
junaid-ahmed077
by New Contributor II
  • 877 Views
  • 1 replies
  • 2 kudos

Resolved! Error While creating the Databricks workspace on the AWS cloudformation stack

Hello,I was trying to create a Databricks workspace using a CloudFormation template. During the process, I found that we need Databricks account information, such as the workspace account email and workspace password. However, since we use SSO for lo...

  • 877 Views
  • 1 replies
  • 2 kudos
Latest Reply
Hubert-Dudek
Esteemed Contributor III
  • 2 kudos

As @Retired_mod said, you just need to change authentication to token in your template or just change deployment to AWS::IAM::Role which has access. You can also consider switching to Terraform.

  • 2 kudos
fabuvel
by New Contributor
  • 777 Views
  • 1 replies
  • 1 kudos

Question about Databricks Academy Labs

Hello, I am new to Databricks, and I would like to know what I can get from Databricks academy labs vs. blended learning, since the price difference is very steep.Here it says that academy labs alone would already provide me with hands-on and guided ...

  • 777 Views
  • 1 replies
  • 1 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 1 kudos

Hi @fabuvel ,Yep, pretty much it. Some folks prefer learning with instructors. Added benefit of this approach is, when you have a question that isn't covered on self-pace learning course/lab you can always ask instructor to clarify any doubts.

  • 1 kudos

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group
Top Kudoed Authors