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

jirukulapati
by New Contributor III
  • 3307 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...

  • 3307 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 Databricks Partner
  • 2870 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...

  • 2870 Views
  • 0 replies
  • 0 kudos
Ajay-Pandey
by Databricks MVP
  • 5976 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
  • 5976 Views
  • 0 replies
  • 0 kudos
Sourav-Kundu
by Contributor
  • 2908 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...

  • 2908 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
  • 3871 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...

  • 3871 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
  • 3448 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...

  • 3448 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
  • 1216 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...

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

  • 6681 Views
  • 0 replies
  • 1 kudos
nafikazi
by New Contributor III
  • 4444 Views
  • 4 replies
  • 2 kudos

Resolved! Want to learn LakeFlow Pipelines in community edition.

Hello Everyone. I want to explore LakeFlow Pipelines in the community version but don’t have access to Azure or AWS. I had a bad experience with Azure, where I was charged $85 while just trying to learn. Is there a less expensive, step-by-step learni...

  • 4444 Views
  • 4 replies
  • 2 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 2 kudos

Hi @nafikazi ,Sorry, this is not possible in community edition. Your only option is to have AWS or Azure account. 

  • 2 kudos
3 More Replies
Ajay-Pandey
by Databricks MVP
  • 6454 Views
  • 6 replies
  • 7 kudos

🚀 Databricks Custom Apps! 🚀

Whether you're a data scientist or a sales executive, Databricks is making it easier than ever to build, host, and share secure data applications. With our platform, you can now run any Python code on serverless compute, share it with non-technical c...

  • 6454 Views
  • 6 replies
  • 7 kudos
Latest Reply
PiotrU
Contributor II
  • 7 kudos

Can we somehow play with hosting, and expose this app outside?

  • 7 kudos
5 More Replies
Thusharr
by Databricks Partner
  • 4569 Views
  • 5 replies
  • 1 kudos

Writing append blob files to unity catalog volum

The workspace is assigned to unity catalog, and all the access to the ADLS Gen2 is now handled via unity catalog only, means no SPN, no connection string, access keys etc. I have to create append blob files in a volume, Is this is possible in a works...

  • 4569 Views
  • 5 replies
  • 1 kudos
Latest Reply
Witold
Databricks Partner
  • 1 kudos

Now I got your point. No, you can't create Append Blob files directly in Volumes, as this is a native Azure functionality. A volume is basically just an abstraction over a native storage.You will still need to use libraries like azure-storage-blob wi...

  • 1 kudos
4 More Replies
arjungoel1995
by New Contributor
  • 4730 Views
  • 2 replies
  • 0 kudos

Resolved! Standardized Framework to update Databricks job definition using CI/CD

Hi Databricks support, I am looking for a standardized Databricks framework to update job definition using DevOps from non-production till it get productionized. Our current process of updating the Databricks job definition is as follows:In our sourc...

  • 4730 Views
  • 2 replies
  • 0 kudos
Latest Reply
nicole_lu_PM
Databricks Employee
  • 0 kudos

Hi from the Git folders/Repos PM: DAB is the way to go, and we are working on an integration to author DABs directly in the workspace.  Here's a DAIS talk where the DAB PM and I demo'ed some recommendations for source controlling jobs: https://www.da...

  • 0 kudos
1 More Replies
Labels