cancel
Showing results for 
Search instead for 
Did you mean: 
Community Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

darekarsam
by New Contributor
  • 240 Views
  • 1 replies
  • 0 kudos
  • 240 Views
  • 1 replies
  • 0 kudos
Latest Reply
bettyvill
Visitor
  • 0 kudos

In today’s fast-paced world, finding genuine connections and meaningful relationships can be challenging. Whether you’re seeking love, friendship, or just some fun, having the right tool at your fingertips can make all the difference. Enter Taimi, th...

  • 0 kudos
ariharansiva00
by New Contributor
  • 216 Views
  • 3 replies
  • 0 kudos

DataBricks Certification Exam Got Suspended. Require support for the same.

Hello Team, I encountered Pathetic experience while attempting my 1st DataBricks certification. Abruptly, Proctor asked me to show my desk, after showing he/she asked multiple times.. wasted my time and then suspended my exam without giving any reaso...

  • 216 Views
  • 3 replies
  • 0 kudos
Latest Reply
ariharansiva00
New Contributor
  • 0 kudos

@Kaniz @Cert-Team @Sujitha Yesterday I received a response from the support team, and they asked for a date and time for rescheduling the exam, I replied today's date(May-25-2024) for a rescheduled exam but I didn't receive any confirmation mail from...

  • 0 kudos
2 More Replies
manupmanoos
by New Contributor III
  • 1120 Views
  • 4 replies
  • 1 kudos

How to save the best model checkpoi through the epochs of a deep learning network through callbacks?

I have create a neural network and I am training the model with the code as below.  The code fails to write to the databricks file storage. is there any other way to write the checkpoint to databricks storage or to an s3 bucket directly?custom_early_...

  • 1120 Views
  • 4 replies
  • 1 kudos
Latest Reply
friazaati67
New Contributor
  • 1 kudos

I'm having trouble saving to local storage in Databricks DBFS due to an "invalid operation" message. Although I can save models to S3 with my AWS credentials, I need to save the best model checkpoint during training locally. For more details please c...

  • 1 kudos
3 More Replies
Kushal12345
by New Contributor III
  • 5165 Views
  • 13 replies
  • 1 kudos

DataBricks Certification Exam Got Suspended. Require support for the same.

Hello Team, I encountered Pathetic experience while attempting my 1st DataBricks certification. Abruptly, Proctor asked me to show my desk, after showing he/she asked multiple times.. wasted my time and then suspended my exam, saying I have exceeded ...

  • 5165 Views
  • 13 replies
  • 1 kudos
Latest Reply
Cert-Team
Honored Contributor III
  • 1 kudos

Hi @ariharansiva00 I'm sorry to hear your exam was suspended. Thank you for filing a ticket with our support team. Please allow 24-48 hours for a resolution.

  • 1 kudos
12 More Replies
ManiMar
by New Contributor
  • 49 Views
  • 0 replies
  • 0 kudos

MLOps on Azure: API vs SDK vs Databricks CLI?

Hello fellow community members,In our organization, we have developed, deployed and utilized an API-based MLOps pipeline using Azure DevOps.The CI/CD pipeline has been developed and refined for about 18 months or so, and I have to say that it is pret...

  • 49 Views
  • 0 replies
  • 0 kudos
hong
by New Contributor
  • 240 Views
  • 1 replies
  • 0 kudos

pytest error

Hello,I have a quick question. If my source code call pysark collect() or any method related to rdd methods, then pytest on my local PC will report the following error. My local machine doesn't have any specific setting for pyspark and I used findspa...

  • 240 Views
  • 1 replies
  • 0 kudos
Latest Reply
brockb
Contributor II
  • 0 kudos

Hi,The error message and stack trace doesn't seem to suggest that this is a failed pytest issue. If that's true, can you please try to replicate what's being invoked from `src\tests\test_calculate_psi_for_each_column.py` in a Python REPL?And separate...

  • 0 kudos
Kjetil
by New Contributor
  • 281 Views
  • 2 replies
  • 0 kudos

Feature Store UI lagging

The feature store UI is lagging (Azure Databricks). It is extremely slow to update - takes several days from creating a feature table before it appears in the UI. Anyone share the same experience?

  • 281 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @Kjetil, I’m sorry to hear that you’re experiencing lag with the Azure Databricks feature store UI. The Databricks feature store is a centralized repository that enables data scientists to find and share features. It ensures that the same code ...

  • 0 kudos
1 More Replies
pshuk
by New Contributor III
  • 72 Views
  • 1 replies
  • 1 kudos

capture return value from databricks job to local machine by CLI

Hi,I want to run a python code on databricks notebook and return the value to my local machine. Here is the summary:I upload files to volumes on databricks. I generate a md5 for local file. Once the upload is finished, I create a python script with t...

  • 72 Views
  • 1 replies
  • 1 kudos
Latest Reply
raphaelblg
Contributor III
  • 1 kudos

Hello @pshuk, You could check the below CLI commands: get-run-output Get the output for a single run. This is the REST API reference, which relates to the CLI command: https://docs.databricks.com/api/workspace/jobs/getrunoutput export-run  There's al...

  • 1 kudos
Frantz
by New Contributor III
  • 482 Views
  • 2 replies
  • 0 kudos

Resolved! Error Code: METASTORE_DOES_NOT_EXIST when using Databricks API

Hello, I'm attempting to use the databricks API to list the catalogs in the metastore. When I send the GET request to `/api/2.1/unity-catalog/catalogs` , I get this error I have checked multiple times and yes, we do have a metastore associated with t...

Frantz_0-1716331980508.png
  • 482 Views
  • 2 replies
  • 0 kudos
Latest Reply
Frantz
New Contributor III
  • 0 kudos

Turns out I was using the wrong databricks host url when querying from postman. I was using my Azure instance instead of my AWS instance.

  • 0 kudos
1 More Replies
subham0611
by New Contributor II
  • 179 Views
  • 1 replies
  • 0 kudos

Parallel kafka consumer in spark structured streaming

Hi,I have a spark streaming job which reads from kafka and process data and write to delta lake.Number of kafka partition: 100number of executor: 2 (4 core each)So we have 8 cores total which are reading from 100 partitions of a topic. I wanted to un...

  • 179 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @subham0611, In Spark Streaming, the number of threads is not explicitly controlled by the user. Instead, the parallelism is determined by the number of partitions in the Kafka topic. Each partition is consumed by a single Spark task. When you ...

  • 0 kudos
MohsenJ
by New Contributor III
  • 153 Views
  • 1 replies
  • 1 kudos

how to develop Notebooks on vscode for git repos?

I am able to use vscode extension + databricks connect to develop Notebooks on my local computer and run them on my databricks cluster. However I can not figure out how to develop the Notebooks that have the file `.py` extension but identified by Dat...

  • 153 Views
  • 1 replies
  • 1 kudos
Latest Reply
Kaniz
Community Manager
  • 1 kudos

Hi @MohsenJ, You can indeed develop and run Databricks notebooks with .py extension on your local computer using the Databricks extension for Visual Studio Code and Databricks Connect1. Here are the steps you need to follow: Enable Databricks Con...

  • 1 kudos
unity_Catalog
by New Contributor
  • 104 Views
  • 1 replies
  • 0 kudos

Assessment(Assessment job need to be deployed using Terraform)

Assessment(Assessment job need to be deployed using Terraform)1.Install latest version of UCX 2.UCX will add the assessment job and queries to the workspace3.Run the assessment using ClusterHow to write code for this by using Terraform. Can anyone he...

  • 104 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @unity_Catalog, To deploy an assessment job using Terraform, you’ll need to write a Terraform configuration that includes the following steps: Install the latest version of UCX: This will likely involve using a provider to manage software inst...

  • 0 kudos
Shawn_Eary
by New Contributor III
  • 5409 Views
  • 4 replies
  • 4 kudos

Resolved! Use SQL Server Management Studio to Connect to DataBricks?

The Notebook UI doesn't always provide the best experience for running exploratory SQL queries. Is there a way for me to use SQL Server Management Studio (SSMS) to connect to DataBricks? See Also:https://learn.microsoft.com/en-us/answers/questions/74...

  • 5409 Views
  • 4 replies
  • 4 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 4 kudos

What you can do is define a SQL endpoint as a linked server.  Like that you can use SSMS and T-SQL.However, it has some drawbacks (no/bad query pushdown, no caching).Here is an excellent blog of Kyle Hale of databricks:Tutorial: Create a Databricks S...

  • 4 kudos
3 More Replies