Welcome to the Databricks Community

Discover the latest insights, collaborate with peers, get help from experts and make meaningful connections

111271members
60522posts
Showing results for 
Search instead for 
Did you mean: 
Databricks Learning Festival (Virtual): 10 July - 24 July 2024

Join the Databricks Learning Festival (Virtual)! Mark your calendars from 10 July to 24 July 2024! Upskill today across data engineering, data analysis, machine learning, and generative AI. Join the thousands who have elevated their career with D...

  • 45751 Views
  • 116 replies
  • 22 kudos
06-03-2024
đź”” ALERT: Act Now to Protect Your Community Account; Secure Your Details Before It's Too Late!

We are enhancing the Community login process to provide a more secure and streamlined experience for all users. To avoid losing access to your Community account, please update your primary and secondary email addresses now (refer to “Action Required”...

  • 2866 Views
  • 0 replies
  • 4 kudos
3 weeks ago
Submit your feedback and win a $25 gift card!

Your feedback is crucial to us and directly influences how we innovate and improve our customer experience.  To share your success and feedback with Databricks, please  visit this link.  The first 20 people to submit a completed survey response will ...

  • 743 Views
  • 3 replies
  • 5 kudos
a week ago
Get Started With Generative AI on Databricks

Learn generative AI basics in 120 minutes Start building your generative AI expertise with this self-paced course — and then earn an industry-recognized Databricks completion certificate. These five short tutorial videos will help you learn generativ...

  • 350 Views
  • 0 replies
  • 1 kudos
Monday

Community Activity

migq2
by • New Contributor III
  • 23 Views
  • 1 replies
  • 0 kudos

Can't load model from UC due to DBFS issue

I want to load a model I have registered in Unity Catalog using a Shared cluster, but it seems to be trying to use dbfs under the hood and it gives me an error.I am using DBR 13.3 LTS and mlflow-skinny[databricks]==2.14.3My code import mlflow mlflow...

  • 23 Views
  • 1 replies
  • 0 kudos
Latest Reply
Slash
New Contributor II
  • 0 kudos

Hi @migq2 ,Look at below snippets from documentation. It works on single user cluster, because that mode has full access to DBFS. You can try to grant ANY FILE permission to make it work on shared cluster.How does DBFS work in single user access mode...

  • 0 kudos
Junda
by • Visitor
  • 3 Views
  • 0 replies
  • 0 kudos

The way to visualize logging of Spark Job graphically

Is there any way to visualize logging such as execution runtime or memory usage of Spark Job graphically just like the image below by utilizing Databricks Partner Connect for free?Also, I'd appreciate to know any other ways to visualize the logging o...

  • 3 Views
  • 0 replies
  • 0 kudos
s_park
by • Honored Contributor
  • 5462 Views
  • 34 replies
  • 3 kudos

FAQ for Databricks Learning Festival (Virtual): 10 July - 24 July 2024

General Q: Where can I ask questions, if I have questions while going through the self-paced material? A: Databricks Academy Learners Group page is the forum within Databricks Community, where you can ask questions and get them answered by your fello...

  • 5462 Views
  • 34 replies
  • 3 kudos
Latest Reply
Fgao
New Contributor
  • 3 kudos

Thanks for your clear and meaningful explanation which has answered all my questions, I will attempt the exam soon.

  • 3 kudos
33 More Replies
Mot
by • New Contributor
  • 62 Views
  • 3 replies
  • 0 kudos

DevOps CICD for Databricks Schema

Does anyone know how to do DevOps CICD pipeline to deploy changes to a Databricks Catalog? I've added a couple tables in DEV and need to deploy in Prod. Could'nt find any info on this anywhere. 

  • 62 Views
  • 3 replies
  • 0 kudos
Latest Reply
Mot
New Contributor
  • 0 kudos

Thanks @Kaniz_Fatma , the links refer mostly deployments of workspace objects rather than changes in database objects, eg. a new schema, table, or new column added to a table etc. I'll keep looking... 

  • 0 kudos
2 More Replies
Dp15
by • Contributor
  • 26 Views
  • 1 replies
  • 0 kudos

Convert Date String to Date type Returning null

Hi,I am using Databricks SQL and I am converting a integer field which is of format ('20240719' or 'yyyyMMdd'),now I am able to convert it to date type using to_date(forecastedHorizonPeriodDate,'yyyyMMdd')I then tried to change the format of this dat...

  • 26 Views
  • 1 replies
  • 0 kudos
Latest Reply
Slash
New Contributor II
  • 0 kudos

Hi @Dp15 ,It's not possible. Spark does not support date types formatted in some other way except for yyyy-MM-dd. If you need another format, you will need to again convert the date type into string type, but with the format which you need. 

  • 0 kudos
Leon_K
by • New Contributor II
  • 1289 Views
  • 2 replies
  • 0 kudos

How to Add value to Comment Column in Databricks Catalog View for Foreign table (Azure SQL)

Hi.Struggling to add description by script to the comment column within the catalog view in Databricks, particularly for foreign/external tables sourced from Azure SQL.I have no issue doing that for delta tables. Also for information schema columns f...

  • 1289 Views
  • 2 replies
  • 0 kudos
Latest Reply
Leon_K
New Contributor II
  • 0 kudos

@Kaniz_Fatma Sorry, I did read this way back but forgot to reply.Thanks for information.And all those steps I found as well and for "3. Programmatic Approach (For Azure SQL)" if you are adding to sql any description that way I don't think it will app...

  • 0 kudos
1 More Replies
samlexrod
by • New Contributor
  • 87 Views
  • 3 replies
  • 0 kudos

Resolved! DLT Online Table with VNnet Enable on Blob Storage Get 403 Issue

I am trying to create an online table in a Unity catalog. However, I get a GET, 403 error.  DataPlaneException: Failed to start the DLT service on cluster . Please check the stack trace below or driver logs for more details. com.databricks.pipelines....

  • 87 Views
  • 3 replies
  • 0 kudos
Latest Reply
samlexrod
New Contributor
  • 0 kudos

I figured it out. It was because of the Network Connectivity Configurations. I did not have one setup with a private endpoint connection to the ADLS Gen2.  I followed the instructions here: https://learn.microsoft.com/en-us/azure/databricks/security/...

  • 0 kudos
2 More Replies
128941
by • New Contributor III
  • 653 Views
  • 2 replies
  • 1 kudos

What are best practices for the Datatabricks workflow jobs?

Recommendations on how many tables per workflow?inter dependency between the workflows?Custom schedule?Monitoring?Reports? 

  • 653 Views
  • 2 replies
  • 1 kudos
Latest Reply
128941
New Contributor III
  • 1 kudos

product max limit and best practices.

  • 1 kudos
1 More Replies
m997al
by • Contributor II
  • 50 Views
  • 2 replies
  • 0 kudos

Cannot manage permissions for Databricks workspace disconnected from metastore

So in the Databricks Account console, under "Workspaces", I am trying to configure permissions for a specific workspace that was formerly attached to a metastore, but the metastore is now deleted (on purpose).No errors show up in the Account console ...

  • 50 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kaniz_Fatma
Community Manager
  • 0 kudos

Hi @m997al, Ensure that the workspace is set to operate in legacy mode. This might involve checking the workspace settings to confirm that it is not expecting a Unity Catalog metastore.

  • 0 kudos
1 More Replies
128941
by • New Contributor III
  • 890 Views
  • 4 replies
  • 0 kudos

Is there any better way to manage workflow dependencies using databricks workflows

Looking for solution on how to manage job dependencies using databricks workflows.

  • 890 Views
  • 4 replies
  • 0 kudos
Latest Reply
128941
New Contributor III
  • 0 kudos

We have not tried Asset Bundles.

  • 0 kudos
3 More Replies
adityarai316
by • Visitor
  • 34 Views
  • 0 replies
  • 0 kudos

Mount point in unity catalog

Hi Everyone,In my existing notebooks we have used mount points url as /mnt/ and we have more than 200 notebooks where we have used the above url to fetch the data/file from the container. Now as we are upgrading to unity catalog these url will no lon...

  • 34 Views
  • 0 replies
  • 0 kudos
Arch_dbxlearner
by • New Contributor III
  • 6397 Views
  • 11 replies
  • 5 kudos

What are the different ways to pull the log data from Splunk to Databricks?

Hi,I have recently started Splunk Integration with Databricks. Basically I am trying to ingest the data from Splunk to Databricks. I have gone through the documentation regarding Splunk Integration. There are some basic information about the integrat...

  • 6397 Views
  • 11 replies
  • 5 kudos
Latest Reply
SainnathReddy_M
New Contributor II
  • 5 kudos

Hi @Arch_dbxlearner Did you done integration with splunk if yes can you please help 

  • 5 kudos
10 More Replies
8b1tz
by • New Contributor
  • 69 Views
  • 2 replies
  • 0 kudos

Data factory logs into databricks delta table

Hi Databricks Community,I am looking for a solution to efficiently integrate Azure Data Factory pipeline logs with Databricks at minimal cost. Currently, I have a dashboard that consumes data from a Delta table, and I would like to augment this table...

  • 69 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kaniz_Fatma
Community Manager
  • 0 kudos

Hi @8b1tz, configure ADF to send pipeline logs to an Azure Storage Account, Azure Log Analytics, or Event Hubs. This ensures that logs are persisted and can be accessed by Databricks.If you need more detailed guidance or run into specific issues, fee...

  • 0 kudos
1 More Replies
pankaj30
by • New Contributor II
  • 799 Views
  • 4 replies
  • 3 kudos

Resolved! Databricks Pyspark Dataframe error while displaying data read from mongodb

Hi ,We are trying to read data from mongodb using databricks notebook with pyspark connectivity.When we try to display data frame data using show or display method , it gives error "org.bson.BsonInvalidOperationException:Document does not contain key...

  • 799 Views
  • 4 replies
  • 3 kudos
Latest Reply
an313x
New Contributor
  • 3 kudos

UPDATE:Installing mongo-spark-connector_2.12-10.3.0-all.jar from Maven does NOT require the JAR files below to be installed on the cluster to display the dataframebsonmongodb-driver-coremongodb-driver-syncAlso, I noticed that both DBR 13.3 LTS and 14...

  • 3 kudos
3 More Replies
dream
by • Contributor
  • 419 Views
  • 4 replies
  • 2 kudos

Accessing shallow cloned data through an External location fails

I have two external locations. On both of these locations I have `ALL PRIVILEGES` access.I am creating a table on the first external location using the following command:%sqlcreate or replace table delta.`s3://avinashkhamanekar/tmp/test_table_origina...

  • 419 Views
  • 4 replies
  • 2 kudos
Latest Reply
raphaelblg
Honored Contributor
  • 2 kudos

Hello ,  This is an underlying exception that should occur with any SQL statement that require access to this file: part-00000-36ee2e95-cfb1-449b-a986-21657cc01b22-c000.snappy.parquet It looks like the Delta log is referencing a file that doesn't exi...

  • 2 kudos
3 More Replies
Join 100K+ Data Experts: Register Now & Grow with Us!

Excited to expand your horizons with us? Click here to Register and begin your journey to success!

Already a member? Login and join your local regional user group! If there isn’t one near you, fill out this form and we’ll create one for you to join!

Top Kudoed Authors

Latest from our Blog

MLOps Gym - Beginners Guide to Monitoring

Eventually, all software systems will encounter failures, and AI systems are not exempt from this reality. Failures in traditional software systems can stem from various sources, including infrastruct...

200Views 1kudos