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

Databricks_info
by New Contributor II
  • 6896 Views
  • 5 replies
  • 0 kudos

Concurrent Update to Delta - Throws error

Team,I get a ConcurrentAppendException: Files were added to the root of the table by a concurrent update when trying to update a table which executes via jobs with for each activity in ADF,I tried with Databricks run time 14.x and set the delete vect...

  • 6896 Views
  • 5 replies
  • 0 kudos
Latest Reply
rpiotr
New Contributor II
  • 0 kudos

In case of such an issue, I would like to suggest apply retry and try except logic (you can use one of existing libraries) in both concurrent updates - it should help, and jobs won't report any error.

  • 0 kudos
4 More Replies
PushkarDeole
by New Contributor III
  • 519 Views
  • 3 replies
  • 0 kudos

Unable to set shuffle partitions on DLT pipeline

Hello,We are using a 5 worker node DLT job compute for a continuous mode streaming pipeline. The worker configuration is Standard_D4ads_v5 i.e. 4 cores so total cores across 5 workers is 20 cores.We have wide transformation at some places in the pipe...

  • 519 Views
  • 3 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Contributor III
  • 0 kudos

Hi @PushkarDeole ,Each Delta Live Tables pipeline has two associated clusters:The updates cluster processes pipeline updates.The maintenance cluster runs daily maintenance tasks.According to docs, if you want to configure settings at the pipeline lev...

  • 0 kudos
2 More Replies
ramesh7598
by New Contributor II
  • 490 Views
  • 1 replies
  • 0 kudos

Clarification on Acceptable ID Proof for Databricks Associate Exam

Hi,I am planning to take the Databricks Associate exam in the upcoming week. My current ID proof is my original driving license issued by the Tamil Nadu government; however, it is laminated rather than a hard plastic card.Could you please confirm if ...

  • 490 Views
  • 1 replies
  • 0 kudos
Latest Reply
ramesh7598
New Contributor II
  • 0 kudos

Hi Databricks community and @Cert-Team,Can you please help me here? The reason I am asking is Microsoft certification doesn’t approve laminated id proof’s.

  • 0 kudos
lakshmikanth-01
by New Contributor II
  • 539 Views
  • 1 replies
  • 0 kudos

Unable to access Community Edition

I'm trying to create community edition account but everytime i try it shows" An error has occurred. Please try again later."I have attached the screenshot.I also tried accesiing Databricks in a differenct pc based on the answers from previous threads...

  • 539 Views
  • 1 replies
  • 0 kudos
Latest Reply
gchandra
Databricks Employee
  • 0 kudos

By any chance is that email address already registered with another Databricks Tier (like company or paid)?  Can you try in incognito mode with all ad blockers/popup blockers disabled

  • 0 kudos
AcrobaticMonkey
by New Contributor II
  • 340 Views
  • 1 replies
  • 1 kudos

Instance profiles are not working in Shared access mode

I’m trying to fetch billing data from an AWS account using boto3 to assume a role that has access to this information. This operation works fine in No Isolation and Single User access modes, but it fails in Shared access mode. Since I need to store t...

  • 340 Views
  • 1 replies
  • 1 kudos
Latest Reply
gchandra
Databricks Employee
  • 1 kudos

Instance Profiles are open for all, they won't work in Shared access mode. Using Storage credentials, create  External Locations. Cleaner way to Govern the access.

  • 1 kudos
RahulChaubey
by New Contributor III
  • 2517 Views
  • 4 replies
  • 1 kudos

Resolved! Can we get notebook owner using notebook path as parameter in api ?

I need to get the notebook owner using api or some other way by passing notebook path as parameter.

  • 2517 Views
  • 4 replies
  • 1 kudos
Latest Reply
nkumar18
New Contributor II
  • 1 kudos

Hi @RahulChaubey Did you find any solution to your problem?

  • 1 kudos
3 More Replies
Kinger
by New Contributor
  • 2089 Views
  • 2 replies
  • 0 kudos

Associating a Git Credential with a Service Principal using Terraform Provider (AWS)

I am attempting to create a Databrick Repo in a workspace via Terraform. I would like the Repo and the associated Git Credential to be associated with a Service Principal. In my initial run, the Terraform provider is associated with the user defined ...

  • 2089 Views
  • 2 replies
  • 0 kudos
Latest Reply
nicole_lu_PM
Databricks Employee
  • 0 kudos

Hi Kinger and Debi-Moha, Do the steps in the "Use a service principal with Databricks Git folders" documentation work for you?  Specifically for Terraform: https://docs.databricks.com/en/repos/ci-cd-techniques-with-repos.html#terraform-integration Th...

  • 0 kudos
1 More Replies
datastones
by Contributor
  • 1147 Views
  • 6 replies
  • 3 kudos

Resolved! Data loss after writing a transformed pyspark dataframe to delta table in unity catalog

Hey guys, after some successful data preprocessing without any errors, i have a final dataframe shape with the shape of ~ (200M, 150). the cluster i am using has sufficient ram + cpus + autoscaling, all metrics look fine after the job was done.The pr...

Community Platform Discussions
Data Processing
help
  • 1147 Views
  • 6 replies
  • 3 kudos
Latest Reply
datastones
Contributor
  • 3 kudos

@szymon_dybczak i could resolve it now! basically, i broke the process down into further subprocesses, for each sub process, i cached and wrote them all into delta table (without overwritting), the next subprocess needs to read data in the delta tabl...

  • 3 kudos
5 More Replies
DavidKxx
by Contributor
  • 709 Views
  • 3 replies
  • 3 kudos

Display data as multi-line in dashboard table

I am displaying a table in a notebook dashboard.  One column of the data is conceptually a list of strings.  I can originate or convert the list as whatever format would be useful (as a string representing a JSON array, as an ARRAY struct, etc.). I w...

solution1.png solution2.png
  • 709 Views
  • 3 replies
  • 3 kudos
Latest Reply
filipniziol
Contributor III
  • 3 kudos

Hi @DavidKxx ,What you can do is convert your array to into an HTML formatted string with bullet points.Here is the code: # Sample data with an array column data = [ (1, ['Apple', 'Banana', 'Cherry']), (2, ['Dug', 'Elephant']), (3, ['Fish...

  • 3 kudos
2 More Replies
DavidKxx
by Contributor
  • 463 Views
  • 1 replies
  • 0 kudos

Word wrap in dashboards

When I'm displaying a Table-style visualization in a notebook dashboard, is there a setting I can apply to a text column so that it automatically word-wraps text longer than the display width of the column?For example, in the following dashboard disp...

solution3.png
  • 463 Views
  • 1 replies
  • 0 kudos
Latest Reply
filipniziol
Contributor III
  • 0 kudos

Hi @DavidKxx ,That is quite similar question to one about displaying array as bullet list. Since you were successful in implementing displayHTML, what do you think about doing similar in this case? # Sample DataFrame with long text data = [ (1, '...

  • 0 kudos
ahsan_aj
by Contributor
  • 257 Views
  • 0 replies
  • 0 kudos

Azure Databricks Enterprise Application User Impersonation Token Group Claims Issue

Hi all, I am using the Azure Databricks Microsoft Managed Enterprise Application scope (2ff814a6-3304-4ab8-85cb-cd0e6f879c1d/user_impersonation) to fetch an access token on behalf of a user. The authentication process is successful; however, the acce...

  • 257 Views
  • 0 replies
  • 0 kudos
DBXUser7
by New Contributor
  • 275 Views
  • 0 replies
  • 0 kudos

Databricks integration with Canada Post

hello everyone,I want to validate whether the postal code in my data is a valid postal code as per Canada postal code directory. Assuming, we have subscription to Canada Post APIs, how can we bring the postal code data into Databricks?Thanks

  • 275 Views
  • 0 replies
  • 0 kudos
Ahasan_Ulla
by New Contributor
  • 253 Views
  • 0 replies
  • 0 kudos

setting defaultValue for runtime_engine policy

Hi,I want to set runtime_engine default value to STANDARD but a user can also select PHOTON if they want. Something like below. Can anyone please verify if that works?"runtime_engine": {"type": "allowlist","values": ["STANDARD","PHOTON"],"defaultValu...

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