Skip to content
All topics

Unity Catalog

Recent items mentioning Unity Catalog across the Databricks ecosystem — releases, news, videos, and community Q&A. Updated hourly.

60 recent items5 releases24 news14 videos17 community threads
What's happening in Unity CatalogAI synthesis · updated 19h ago

Recent developments highlight Unity Catalog's expanding role in data governance and operational efficiency. It now underpins Databricks Genie ZeroOps for proactive issue detection and resolution via lineage 2, and provides attribute-based access control (ABAC) updates for fine-grained security 4. Additionally, Unity Catalog is crucial for modernizing analytics, as seen in its use for governing student records at the English Office for Students 5 and scaling time-series analysis with Impulse for AVL 7.

Generated daily from the 10 most recent items mentioning Unity Catalog. Click any [N] to jump to the source.

Databricks CommunityCommunity Articles

Managed vs External Storage in Unity Catalog on Azure: Where Should Your Data Live?

004d ago
Databricks CommunityData Governance

Five Unity Catalog ABAC Updates Worth Paying Attention To

005d ago
Databricks CommunityData Governanceanswered

Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture

001w ago
Databricks CommunityData Governance

Row and column level security on unity catalog in different approaches

001w ago
Databricks CommunityData Engineering

Unity Catalog External Location with Amazon S3 Access Points,session policy behavior and workarounds

001w ago
Databricks CommunityData Governance

Unity Catalog not enabled - personal Microsoft account cannot access Account Console on Azure Databr

001w ago
HackerNews

Databricks Iceberg Support Has a Catch. It's Called Unity Catalog

20LexSiga2w ago
Databricks CommunityCommunity Articles

Your data is clean. But who's accessing it, and how? Governing your Lakehouse with Unity Catalog

002w ago
Databricks CommunityCommunity Articles

Solving the "Untitled" Lineage Mystery in Unity Catalog

004w ago
Databricks CommunityMVP Articles

Databricks Introduces Column Popularity in Unity Catalog: A Smarter Way to Understand Data Usage

001mo ago
Databricks CommunityCommunity Articles

Governance RiskOps Agent for Unity Catalog

001mo ago
Databricks CommunityCommunity Articles

Power BI - DBX Unity catalog Lineage Syncer

001mo ago
Databricks CommunityAnnouncements

Unity Catalog and the next era of Apache Iceberg

001mo ago
Databricks CommunityData Engineering

Sync Tables: Unity Catalog to Lakebase - Materialized Views triggered mode

001mo ago
Databricks CommunityCommunity Articles

Define KPIs Once with Unity Catalog Business Semantics

001mo ago
RedditDiscussion

Snowflake to Databricks Migration in 12 weeks and cut cost per run by ~77%. AMA.

Lovelytics wrapped up a Snowflake-to-Databricks migration; 847 DBT models, 35 Info Mart tables, \~77% lower cost per run on a 2XL warehouse. **TL;DR What helped:** * Treated the migration as engineering, not translation. Each dbt model was tested in isolation, not just row counts vs Snowflake. * Routing macro to resolve cross-layer references at runtime, so the same codebase could read from Snowflake, federated Snowflake, and Unity Catalog without forking logic. * Dual model trees in one repo, which let the migration stay in lockstep with live Snowflake changes. * Script-generated wave selectors enabled parallel builds while preserving dependency order. * Used reference-slice validation subsets vs. waiting on full mart refreshes. **TL;DR Cost reduction:** * Reworked joins to use narrow staging dimensions instead of wide marts where possible. * Added incremental predicates to reduce MERGE target scans. * Split wide models into parallel sub-models where the dependency graph allowed it. * Copied static reference data into Delta instead of repeatedly reading it through federation. * Loaded static copies into Delta rather than reading via federation (predicate pushdown is poor). Happy to go into the gotchas: HASH() not being portable, Snowflake MERGE tolerating duplicate keys that Delta doesn't, NULL ordering, and timestamp handling. AMA [Full Blog Post](https://community.databricks.com/t5/technical-blog/partner-blog-847-models-12-weeks-77-less-inside-r1-s-snowflake/ba-p/157284)

5713m_goo1mo ago
RedditTutorial

Document Intelligence on Databricks

80% of enterprise data is locked inside PDFs, scans, emails and contracts and most teams still treat it as someone else's problem. Document Intelligence on Databricks changes that. One SQL function (ai\_parse\_document), governed by Unity Catalog, integrated with Lakeflow for ingestion, Agent Bricks for structured extraction, and Vector Search for RAG. No stitched-together OCR vendors, no brittle Python glue, no separate platform to govern. I put together with [Archika Dogra](https://www.linkedin.com/in/archikadogra/) a walkthrough showing how it actually works end-to-end from a folder of raw PDFs to queryable Delta tables and downstream agents. ▶️ [https://youtu.be/sdG73gI143c](https://youtu.be/sdG73gI143c) Curious to hear what use cases you're tackling invoices, contracts, claims, technical docs? Drop them in the comments.

82Youssef_Mrini1mo ago