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
  • 1303 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
  • 1303 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
Ajay-Pandey
by Esteemed Contributor III
  • 421 Views
  • 0 replies
  • 0 kudos

Lakehouse Monitoring GA: Profile, diagnose, and enforce data quality

Lakehouse Monitoring provides automated profiling and a dashboard that visualizes trends and anomalies over time. Track key metrics such as data volume, percent nulls, numerical distribution changes, and categorical distribution. For inference tables...

AjayPandey_0-1720668179744.png
Knowledge Sharing Hub
Lakehouse
monitoring
Unity Catalog
  • 421 Views
  • 0 replies
  • 0 kudos
himoshi
by New Contributor II
  • 1663 Views
  • 2 replies
  • 0 kudos

Error code 403 - Invalid access to Org

I am trying to make a GET /api/2.1/jobs/list call in a Notebook to get a list of all jobs in my workspace but am unable to do so due to a 403 "Invalid access to Org" error message. I am using a new PAT and the endpoint is correct. I also have workspa...

  • 1663 Views
  • 2 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

Hello, this API you are running is to the same workspace where you are currently located? Are you using classic compute or user Serverless compute? In case it is serverless can you test it with classic? Also may I know on which region and which cloud...

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

Resolved! Observability for materialized views and streaming tables

You can now view a materialized view/streaming table's refresh information and schedules from the Catalog Explorer page. 

AjayPandey_0-1720149404659.png
  • 524 Views
  • 2 replies
  • 3 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 3 kudos

Thank you for sharing this valuable information with the community! @Ajay-Pandey This will surely help many users manage their data workflows more efficiently. We appreciate your contribution and encourage more insights like this. 

  • 3 kudos
1 More Replies
Ajay-Pandey
by Esteemed Contributor III
  • 1716 Views
  • 1 replies
  • 4 kudos

Best Practices for Utilizing Databricks Asset Bundles

Best practices for utilizing Databricks Asset Bundles effectively streamline your data and AI projects, ensuring they are robust, scalable, and maintainable. Here are some key practices to consider:1. Version Control: Always maintain a versioned hist...

Knowledge Sharing Hub
data engineering
databricks bundle
databricks cicd
  • 1716 Views
  • 1 replies
  • 4 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 4 kudos

Thank you for sharing these best practices. @Ajay-Pandey We appreciate your contribution to helping the community members streamline their projects effectively. 

  • 4 kudos
Rishabh-Pandey
by Esteemed Contributor
  • 1151 Views
  • 2 replies
  • 4 kudos

Resolved! DLT pipeline development made simple with notebooks

We’re just a couple weeks removed from the biggest Data + AI Summit in history, where we introduced Databricks LakeFlow, a unified, intelligent solution for data engineering. While we are hard at work evolving DLT and Workflows into the new unified s...

  • 1151 Views
  • 2 replies
  • 4 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 4 kudos

Hi @Rishabh-Pandey  Thank you for sharing this insightful update! We're thrilled to see your enthusiasm for the latest enhancements to the DLT development experience. Please keep sharing your experiences and insights with the community. Thanks,Rishab...

  • 4 kudos
1 More Replies
Ajay-Pandey
by Esteemed Contributor III
  • 1131 Views
  • 1 replies
  • 1 kudos

Resolved! Databricks SQL fixes

Added support for customizing scatter point size and opacity in AI/BI dashboards.Improved interactivity in displaying tooltips when hovering over pie, scatter, and heatmap charts with many data points.AI/BI dashboard widgets created by Databricks Ass...

Knowledge Sharing Hub
Databricks
sql
sqlwarehouse
  • 1131 Views
  • 1 replies
  • 1 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 1 kudos

Thank you for sharing the updates on fixes @Ajay-Pandey . 

  • 1 kudos
Yogic24
by Contributor III
  • 1661 Views
  • 1 replies
  • 3 kudos

What is Accumulators and Broadcast Variables

1) Accumulators: Accumulators are used to implement counters and sum in Spark applications.Accumulators allow you to aggregate values from tasks running on worker nodes back to the driver program. They provide a way for tasks to incrementally update ...

  • 1661 Views
  • 1 replies
  • 3 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 3 kudos

Thank you for sharing this @Yogic24 . I am sure it will help other community members.

  • 3 kudos
Yogic24
by Contributor III
  • 735 Views
  • 1 replies
  • 3 kudos

Why we are using shared variables into spark?

Hello Databricks Community!I am excited to share my first blog post with you all. This is a small and basic introduction to the concept of shared variables in Apache Spark. I hope this post will help those who are new to Spark understand why shared ...

  • 735 Views
  • 1 replies
  • 3 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 3 kudos

Hi @Yogic24 , Welcome to the Databricks Community! Thank you for sharing your first blog post with us, I am sure it will help our community members. Thank you for your contribution and support!   Thanks,Rishabh

  • 3 kudos
Yogic24
by Contributor III
  • 1152 Views
  • 2 replies
  • 5 kudos

knowledge sharing

Hello Databricks Community,I hope this message finds you well.My name is Yogita, and I am excited to announce that I have started sharing knowledge and insights on various Spark scenarios and theoretical questions on linkdin platform. My aim is to cr...

  • 1152 Views
  • 2 replies
  • 5 kudos
Latest Reply
Sujitha
Databricks Employee
  • 5 kudos

Hi @Yogic24 , that's fantastic! Please share your blogs in this space so fellow data practitioners can benefit.

  • 5 kudos
1 More Replies
Ajay-Pandey
by Esteemed Contributor III
  • 509 Views
  • 1 replies
  • 1 kudos

Enhanced Search in Schema Browser

More easily find models and tables in your organization with our enhanced Schema Browser search experience. Functions and volumes support are coming soon. Opt-in to use this feature by visiting Settings > User > Developer settings. 

AjayPandey_0-1719456156051.png
Knowledge Sharing Hub
schema
Unity Catalog
  • 509 Views
  • 1 replies
  • 1 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 1 kudos

Thank you for sharing this update with the community! @Ajay-Pandey  Thanks for keeping the community informed.

  • 1 kudos
Ajay-Pandey
by Esteemed Contributor III
  • 715 Views
  • 1 replies
  • 2 kudos

Can monitor permission for SQL Warehouses now in Public Preview

Can monitor permission allows users to monitor SQL Warehouses, including query history and query profiles. 

AjayPandey_0-1719456054667.png
Knowledge Sharing Hub
ACL
monitoring
  • 715 Views
  • 1 replies
  • 2 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 2 kudos

Hi @Ajay-Pandey , Thank you for sharing this. I am sure it will help community members. We appreciate your participation.  Thanks, Rishabh

  • 2 kudos
Ajay-Pandey
by Esteemed Contributor III
  • 794 Views
  • 1 replies
  • 2 kudos

Bulk move and delete available in filebrowser

You can now perform bulk move and delete on your filebrowser assets. Select multiple assets and right-click or use the new actions toolbar.

  • 794 Views
  • 1 replies
  • 2 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 2 kudos

Thank you for sharing the quick tricks @Ajay-Pandey I am sure, it will help other community members.

  • 2 kudos

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