cancel
Showing results for 
Search instead for 
Did you mean: 
Knowledge Sharing Hub
Dive into a collaborative space where members like YOU can exchange knowledge, tips, and best practices. Join the conversation today and unlock a wealth of collective wisdom to enhance your experience and drive success.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SumitSingh
by Contributor
  • 1632 Views
  • 5 replies
  • 7 kudos

From Associate to Professional: My Learning Plan to ace all Databricks Data Engineer Certifications

In today’s data-driven world, the role of a data engineer is critical in designing and maintaining the infrastructure that allows for the efficient collection, storage, and analysis of large volumes of data. Databricks certifications holds significan...

SumitSingh_0-1721402402230.png SumitSingh_1-1721402448677.png SumitSingh_2-1721402469214.png
  • 1632 Views
  • 5 replies
  • 7 kudos
Latest Reply
SumitSingh
Contributor
  • 7 kudos

@ms_ccg You are correct. I got that error too. Seems like Databricks has removed some of these. I would suggest you to search for those separately via Databricks Academy or external resources. Let me know if you need any help.

  • 7 kudos
4 More Replies
jirukulapati
by New Contributor III
  • 17 Views
  • 3 replies
  • 1 kudos

Is there any way to add a Matplotlib visualizaton to a notebook Dashboard?

So I love that  databricks lets you display a dataframe, create a visualization of it, then add that visualization to notebook dashboard to present.  However, the visualizations lack some customization that I would like.  For example the heat map vis...

  • 17 Views
  • 3 replies
  • 1 kudos
Latest Reply
Walter_C
Databricks Employee
  • 1 kudos

This is correct, it seems the way you want to implement is not currently supported

  • 1 kudos
2 More Replies
Ajay-Pandey
by Esteemed Contributor III
  • 176 Views
  • 0 replies
  • 0 kudos

Understanding Databricks Workspace IP Access List

What is a Databricks Workspace IP Access List?The Databricks Workspace IP Access List is a security feature that allows administrators to control access to the Databricks workspace by specifying which IP addresses or IP ranges are allowed or denied a...

imresizer-1733377644213.jpg
Knowledge Sharing Hub
Databricks
Databricks Workspace
IP Access List
Security
  • 176 Views
  • 0 replies
  • 0 kudos
jirukulapati
by New Contributor III
  • 855 Views
  • 5 replies
  • 1 kudos

Databricks App Availability

Hi there,I recently came across this post about databricks apps that says it available for public previewhttps://www.databricks.com/blog/introducing-databricks-appsHowever, when I go to previews in the workspace, I don't see an option to enable it, i...

  • 855 Views
  • 5 replies
  • 1 kudos
Latest Reply
jirukulapati
New Contributor III
  • 1 kudos

Hi there,Just following up, anyone know when Apps will be support in southeastasia?

  • 1 kudos
4 More Replies
DavidOBrien
by New Contributor
  • 4157 Views
  • 3 replies
  • 0 kudos

Editing value of widget parameter within notebook code

I have a notebook with a text widget where I want to be able to edit the value of the widget within the notebook and then reference it in SQL code. For example, assuming there is a text widget named Var1 that has input value "Hello", I would want to ...

  • 4157 Views
  • 3 replies
  • 0 kudos
Latest Reply
anardinelli
Databricks Employee
  • 0 kudos

Hi @DavidOBrien, how are you? You can try the following approach: # Get the current value of the widget current_value = dbutils.widgets.get("widget_name") # Append the new value to the current value new_value = current_value + "appended_value" # Se...

  • 0 kudos
2 More Replies
Sourav-Kundu
by Contributor
  • 338 Views
  • 1 replies
  • 2 kudos

Orchestrate Databricks jobs with Apache Airflow

You can Orchestrate Databricks jobs with Apache AirflowThe Databricks provider implements the below operators:DatabricksCreateJobsOperator : Create a new Databricks job or reset an existing jobDatabricksRunNowOperator : Runs an existing Spark job run...

  • 338 Views
  • 1 replies
  • 2 kudos
Latest Reply
Advika
Databricks Employee
  • 2 kudos

Good one @Sourav-Kundu! Your clear explanations of the operators really simplify job management, plus the resource link you included makes it easy for everyone to dive deeper .

  • 2 kudos
Sourav-Kundu
by Contributor
  • 283 Views
  • 1 replies
  • 2 kudos

Use Retrieval-augmented generation (RAG) to boost performance of LLM applications

Retrieval-augmented generation (RAG) is a method that boosts the performance of large language model (LLM) applications by utilizing tailored data.It achieves this by fetching pertinent data or documents related to a specific query or task and presen...

  • 283 Views
  • 1 replies
  • 2 kudos
Latest Reply
Advika
Databricks Employee
  • 2 kudos

Thanks for sharing such valuable insight, @Sourav-Kundu . Your breakdown of how RAG enhances LLMs is spot on- clear and concise!

  • 2 kudos
Sourav-Kundu
by Contributor
  • 653 Views
  • 1 replies
  • 2 kudos

You can use Low Shuffle Merge to optimize the Merge process in Delta lake

Low Shuffle Merge in Databricks is a feature that optimizes the way data is merged when using Delta Lake, reducing the amount of data shuffled between nodes.- Traditional merges can involve heavy data shuffling, as data is redistributed across the cl...

  • 653 Views
  • 1 replies
  • 2 kudos
Latest Reply
Advika
Databricks Employee
  • 2 kudos

Great post, @Sourav-Kundu. The benefits you've outlined, especially regarding faster execution and cost efficiency, are valuable for anyone working with large-scale data processing. Thanks for sharing!

  • 2 kudos
Sourav-Kundu
by Contributor
  • 346 Views
  • 0 replies
  • 1 kudos

Databricks Asset Bundles package and deploy resources like notebooks and workflows as a single unit.

Databricks Asset Bundles help implement software engineering best practices like version control, testing and CI/CD for data and AI projects.1. They allow you to define resources such as jobs and notebooks as source files, making project structure, t...

  • 346 Views
  • 0 replies
  • 1 kudos
Sourav-Kundu
by Contributor
  • 604 Views
  • 0 replies
  • 1 kudos

How to recover Dropped Tables in Databricks

Have you ever accidentally dropped a table in Databricks, or had someone else mistakenly drop it?Databricks offers a useful feature that allows you to view dropped tables and recover them if needed.1. You need to first execute SHOW TABLES DROPPED2. T...

  • 604 Views
  • 0 replies
  • 1 kudos
SumitSingh
by Contributor
  • 1632 Views
  • 5 replies
  • 7 kudos

From Associate to Professional: My Learning Plan to ace all Databricks Data Engineer Certifications

In today’s data-driven world, the role of a data engineer is critical in designing and maintaining the infrastructure that allows for the efficient collection, storage, and analysis of large volumes of data. Databricks certifications holds significan...

SumitSingh_0-1721402402230.png SumitSingh_1-1721402448677.png SumitSingh_2-1721402469214.png
  • 1632 Views
  • 5 replies
  • 7 kudos
Latest Reply
SumitSingh
Contributor
  • 7 kudos

@ms_ccg You are correct. I got that error too. Seems like Databricks has removed some of these. I would suggest you to search for those separately via Databricks Academy or external resources. Let me know if you need any help.

  • 7 kudos
4 More Replies

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