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

elgeo
by Valued Contributor II
  • 2124 Views
  • 1 replies
  • 2 kudos

Hide widgets logic

Hello,We have recently created a notebook in order to allow users inserting/updating values in specific tables. The logic behind the update statements is included in a separate notebook where users don't have access. However we would like to know if ...

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

When you want users to perform some write action (for example, change parameters, etc.), it is usually easiest to build a small app in Azure PowerApps, save those values, and extract them to the table in Delta Lake (so your notebooks will take values...

  • 2 kudos
FranPérez
by New Contributor III
  • 11304 Views
  • 1 replies
  • 1 kudos

Resolved! error loading databricks.proto

Hi,I'm using a DBR 13.3 LTS ML, and I want to set up a webhook trigger. I'm following the example notebook at https://learn.microsoft.com/en-us/azure/databricks/_extras/notebooks/source/mlflow/mlflow-model-registry-webhooks-python-client-example.html...

  • 11304 Views
  • 1 replies
  • 1 kudos
Latest Reply
StephanieAlba
Databricks Employee
  • 1 kudos

Hi @FranPérez , The issue is that databricks-registry-webhooks has a databricks.proto file that collides with mlflow. Here is the fix: %pip install databricks-registry-webhooks mlflow==2.2.2 I also posted the fix on StackOverflow: https://stackoverfl...

  • 1 kudos
Danny_Lee
by Valued Contributor
  • 3500 Views
  • 1 replies
  • 0 kudos

My Gamification

Hi all,I've been training at https://partner-academy.databricks.com/ and I see this tab for My Gamification, however, whenever I open it it always says 0 badges, 0 points.  I have completed a number of courses, but there's no change.  Is this feature...

Danny_Lee_0-1708225241683.png
  • 3500 Views
  • 1 replies
  • 0 kudos
Latest Reply
Danny_Lee
Valued Contributor
  • 0 kudos

Haven't received anything back on this and don't see any others with this issue, maybe its something on my side.  

  • 0 kudos
Axel_Schwanke
by Contributor
  • 839 Views
  • 0 replies
  • 0 kudos

Referencing a Technical Blog on LinkedIn - How to show the Blog Image instead of the Author Image?

When referencing a Technical Blog in a LinkedIn Post, the image of the author is displayed and not the image/picture of the blog itself - annoying.Example: Linkedin Post:    https://www.linkedin.com/posts/axelschwanke_star-struct-the-secret-life-of-t...

  • 839 Views
  • 0 replies
  • 0 kudos
db_allrails
by New Contributor II
  • 10050 Views
  • 2 replies
  • 1 kudos

Resolved! Configuring NCC does not show option to add private endpoints

Hi!I am following this guide: https://learn.microsoft.com/en-us/azure/databricks/security/network/serverless-network-security/serverless-private-linkHowever in Step 3: Create private endpoint rules, number 6 there is no option for me to Add a private...

  • 10050 Views
  • 2 replies
  • 1 kudos
Latest Reply
db_allrails
New Contributor II
  • 1 kudos

@saikumar246  you were correct. It was really super easy to set up and works flawlessly! Good job dev-team!

  • 1 kudos
1 More Replies
B_J_Innov
by New Contributor III
  • 3718 Views
  • 1 replies
  • 0 kudos

Make API Call to run job

Hi everyone,I want to trigger a run for a job using API Call.Here's my code"""import shleximport subprocessdef call_curl(curl):args = shlex.split(curl)process = subprocess.Popen(args, shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE)stdout...

  • 3718 Views
  • 1 replies
  • 0 kudos
BillGuyTheScien
by New Contributor II
  • 3195 Views
  • 1 replies
  • 0 kudos

Resolved! combining accounts

I have an AWS based databricks account with a few workspaces and an Azure Databricks workspace.  How do I combine them into one account?I am particularly interested in setting up a single billing drop with all my Databricks costs.  

  • 3195 Views
  • 1 replies
  • 0 kudos
Latest Reply
Allia
Databricks Employee
  • 0 kudos

Hi @BillGuyTheScien  Greetings! Currently, we do not have such a feature to combine multiple cloud usage into a single account. We do have a feature request for the same and it is considered for future. Currently, there is no ETA on that. You can bro...

  • 0 kudos
nachog99
by New Contributor II
  • 1304 Views
  • 0 replies
  • 0 kudos

Read VCF files using latest runtime version

Hello everyone!I was reading VCF files using the glow library (Maven: io.projectglow:glow-spark3_2.12:1.2.1).The last version of this library only works with the spark's version 3.3.2 so if I need to use a newer runtime with a more recent spark versi...

  • 1304 Views
  • 0 replies
  • 0 kudos
anushajalesh28
by New Contributor II
  • 4173 Views
  • 1 replies
  • 0 kudos

Catalog issue

When i was trying to create catalog i got an error saying to mention azure storage account and storage container in the following query -CREATE CATALOG IF NOT EXISTS Databricks_Anu_Jal_27022024MANAGED LOCATION 'abfss://<databricks-workspace-stack-anu...

Get Started Discussions
Azure Databricks
  • 4173 Views
  • 1 replies
  • 0 kudos
Surajv
by New Contributor III
  • 5316 Views
  • 0 replies
  • 0 kudos

Run spark code in notebook by setting spark conf instead of databricks connect configure in runtime

Hi community, I wanted to understand if there is a way to pass config values to spark session in runtime than using databricks-connect configure to run spark code. One way I found out is given here: https://stackoverflow.com/questions/63088121/config...

  • 5316 Views
  • 0 replies
  • 0 kudos
Flachboard84
by New Contributor II
  • 4210 Views
  • 4 replies
  • 1 kudos

sparkR.session

Why might this be erroring out? My understanding is that SparkR is built into Databricks.Code:library(SparkR, include.only=c('read.parquet', 'collect'))sparkR.session() Error:Error in sparkR.session(): could not find function "sparkR.session"

  • 4210 Views
  • 4 replies
  • 1 kudos
Latest Reply
Flachboard84
New Contributor II
  • 1 kudos

It happens with any code; even something as simple as...x <- 2 + 2

  • 1 kudos
3 More Replies
Milliman
by New Contributor
  • 2285 Views
  • 1 replies
  • 0 kudos

How to add delay between databricks workflow job tasks.?

I want to add an explicit time delay between databricks workflow job tasks, any help would be greatly appreciated. Thanks

  • 2285 Views
  • 1 replies
  • 0 kudos
Latest Reply
shan_chandra
Databricks Employee
  • 0 kudos

@Milliman - you could add min_retry_interval_millis to add delay between start of the failed run and the subsequent retry run.  Reference is here

  • 0 kudos
146404
by New Contributor II
  • 1305 Views
  • 0 replies
  • 0 kudos

workspace level sso gives authentication failed error

We have enabled workspace level sso , and have V2.0 version of databricks using azure EntraID groups and azure applications.Values in both databricks and azure application matchStill we get sso auth failed error.How can this be resolved , SAML tracer...

146404_0-1709016544478.png
  • 1305 Views
  • 0 replies
  • 0 kudos

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