cancel
Showing results for 
Search instead for 
Did you mean: 
Community Articles
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

Takuya-Omi
by Valued Contributor III
  • 1712 Views
  • 1 replies
  • 3 kudos

How to Grant Workspace Admin Permissions to an ID Using Parent Groups

Hello,There are several ways to grant Workspace Admin permissions in Databricks. While this may seem straightforward, I found it a bit confusing when I started using Databricks, so I’d like to share my experience. This guide is aimed at beginners.How...

TakuyaOmi_4-1735401774100.png TakuyaOmi_2-1735401216903.png TakuyaOmi_5-1735401862717.png TakuyaOmi_6-1735402496967.png
  • 1712 Views
  • 1 replies
  • 3 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 3 kudos

Thanks for sharing this is great!

  • 3 kudos
jwu1
by Databricks Employee
  • 8788 Views
  • 3 replies
  • 1 kudos

Databricks Academy Labs Coupon Instructions

To see all Databricks training and enablement offerings, please visit our Learning Library and Certifications Catalog. To use your Databricks Academy Labs coupons, please -  Head to Databricks Academy Across the top navigation, select Subscriptions C...

  • 8788 Views
  • 3 replies
  • 1 kudos
Latest Reply
svfarande
New Contributor II
  • 1 kudos

Shekhar you will have to do below : Hi Shubham Thank you for reaching out to Databricks, and we're sorry to see the error message you're facing. Could you kindly raise a support ticket - https://help.databricks.com/s/contact-us?ReqType=training and g...

  • 1 kudos
2 More Replies
Akash_Wadhankar
by New Contributor III
  • 559 Views
  • 0 replies
  • 0 kudos

Learn Data Engineering on Databricks step by step

For new aspiring Data Engineers, it has always been difficult to start their learning. With decade of experience in Data Engineering now I have put together a series of article that can help new aspirants. The list is small attempt to help new Data E...

  • 559 Views
  • 0 replies
  • 0 kudos
jirukulapati
by New Contributor III
  • 1834 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...

  • 1834 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
ozaaditya
by Contributor
  • 2313 Views
  • 0 replies
  • 0 kudos

Unlock the Full Potential of Databricks with the Demo Center!

Hello Databricks community!If you're eager to explore how Databricks can revolutionize your data workflows, I highly recommend checking out the Databricks Demo Center. It’s packed with insights and tools designed to cater to both beginners and season...

  • 2313 Views
  • 0 replies
  • 0 kudos
Ajay-Pandey
by Esteemed Contributor III
  • 2516 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
Community Articles
Databricks
Databricks Workspace
IP Access List
Security
  • 2516 Views
  • 0 replies
  • 0 kudos
jirukulapati
by New Contributor III
  • 2061 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...

  • 2061 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
Sourav-Kundu
by Contributor
  • 1152 Views
  • 1 replies
  • 4 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...

  • 1152 Views
  • 1 replies
  • 4 kudos
Latest Reply
Advika_
Databricks Employee
  • 4 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 .

  • 4 kudos
Sourav-Kundu
by Contributor
  • 1124 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...

  • 1124 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
  • 1712 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...

  • 1712 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
  • 781 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...

  • 781 Views
  • 0 replies
  • 1 kudos
Sourav-Kundu
by Contributor
  • 3157 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...

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