<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160619#M2883</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/237144"&gt;@faruk&lt;/a&gt;&amp;nbsp;, great question. But the answer depends on your data's current state. Are you migrating from DBFS mount paths to UC tables, or do you already have Hive metastore tables that you're migrating to UC?&lt;/P&gt;&lt;P&gt;Check out &lt;A href="https://github.com/databricks-industry-solutions/dbxmetagen" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;dbxmetagen&lt;/STRONG&gt;&lt;/A&gt; — a Databricks solution accelerator that helps generate metadata at scale using LLMs. Could help seed your metadata table faster.&lt;/P&gt;&lt;P&gt;External vs Managed tables — document which is which. It affects your governance model significantly.&amp;nbsp;This matters for permissions, disaster recovery, and preventing accidental data loss.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Managed = UC controls the lifecycle (drop table = data gone).&lt;/LI&gt;&lt;LI&gt;External = you control storage (drop table = data stays).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;On column mapping mode — if your schema is strict and you don't expect columns to be renamed or dropped, you don't need delta.columnMapping.mode = 'name'. Keep it as default. It's only worth enabling if you anticipate schema evolution (renames, drops).&lt;/P&gt;&lt;P&gt;A &lt;EM&gt;manual metadata table&lt;/EM&gt; works well here. Build your own Delta table as a data dictionary — columns like catalog, schema, table_name, column_name, business_description, valid_values, owner, etc. This becomes your controlled source of truth.&lt;/P&gt;&lt;P&gt;Good to go?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jun 2026 07:41:33 GMT</pubDate>
    <dc:creator>JeninaAngelin7</dc:creator>
    <dc:date>2026-06-26T07:41:33Z</dc:date>
    <item>
      <title>Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160616#M2881</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I'm currently working on implementing a data dictionary, and I'm struggling to understand what the best approach is when using a Medallion architecture in Databricks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;My company is migrating its data to Databricks so that users can consume data directly from the platform instead of querying our production databases. At the same time, we want to build a data dictionary that both technical and business users can use to quickly understand and discover available data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Initially, I thought it would be as simple as maintaining an Excel file. However, I quickly realized that this approach isn't scalable. We have several databases, hundreds (if not thousands) of schemas, thousands of tables, and an even larger number of columns. On top of that, with a Medallion architecture (Bronze, Silver, Gold), documenting every version of every column across all layers would become impossible to maintain over time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Our current idea is to leverage Databricks as the single source of truth by storing column comments directly in Unity Catalog and propagating them across the different layers whenever possible. However, I've noticed that metadata propagation is not always reliable. In addition, tags don't seem to propagate along with comments, which makes governance more difficult.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I'm also unsure how to document information such as expected values or valid value ranges. Should these be captured as SQL CHECK constraints (when applicable), stored as tags, included in the column comments, or managed somewhere else?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;More generally, I'm having trouble finding best practices for implementing a data dictionary in a Medallion architecture. How do you organize metadata across the Bronze, Silver, and Gold layers? Do you maintain a single business definition that is shared across layers, or do you document each layer independently?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Our long-term goal is to build a complete data catalog with a business glossary. We'd also like to expose this metadata to AI tools in the future, so having well-structured and well-governed metadata is becoming increasingly important.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd be interested to hear how others have approached this problem or what best practices you would recommend.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 06:35:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160616#M2881</guid>
      <dc:creator>faruk</dc:creator>
      <dc:date>2026-06-26T06:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160618#M2882</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;You can follow below to create&amp;nbsp;a sustainable&amp;nbsp;&lt;STRONG&gt;layered governance framework&lt;/STRONG&gt; across the Medallion architecture separating technical metadata from business semantics.&lt;/FONT&gt;&lt;/P&gt;&lt;H3&gt;&lt;FONT size="3"&gt;&lt;U&gt;Layered Strategy&lt;/U&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;U&gt;Bronze Layer (Technical &amp;amp; Operational)&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;-&amp;nbsp;Keep the documentation minimal and automated. You can focus strictly on upstream lineage, source systems, ingestion frequencies and raw formats (Ingested via DLT from SAP ERP). Keep the business definitions at a high level or try to avoid as schemas can change upstream and as users generally don't consume raw data.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;U&gt;Silver Layer (Conformed &amp;amp; Classified)&lt;/U&gt;&lt;/STRONG&gt; -&amp;nbsp;Business context begins here. You can ensure standardized schemas (naming, types, time zones etc) and use column comments to explicitly document data cleaning or transformation rules applied. You can introduce Governed &lt;STRONG&gt;Tags&lt;/STRONG&gt; here for data classification (PII, sensitive, public etc) to drive downstream security policies.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;U&gt;Gold Layer (Consumption Ready Semantics)&lt;/U&gt;&lt;/STRONG&gt; -&amp;nbsp;Its the main &amp;amp; primary documentation target for business users and BI tools. Ensure that every column has a rich business definition aligned with the organization’s master business glossary. Maintain comprehensive compliance tag coverage for data ownership and discovery.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT size="3"&gt;&lt;U&gt;Unity Catalog Execution&lt;/U&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;P&gt;&lt;FONT size="3"&gt;Unity Catalog provides various features to support the governance.&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;U&gt;&lt;STRONG&gt;Column Comments&lt;/STRONG&gt;&lt;/U&gt; -&amp;nbsp;You can focus on adding calculation logic, edge cases and provide concrete examples such as order_status_code: The operational lifecycle state of the order. Valid values: PENDING, SHIPPED, DELIVERED, CANCELLED.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;U&gt;Governed Tags&lt;/U&gt; &lt;/STRONG&gt;- Use tags as structured &amp;amp; queryable metadata. You can establish an upfront taxonomy (e.g., Data_Classification: PII, Business_Domain: Finance) and then leverage these tags directly in security policies based on roles.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;U&gt;Constraints&lt;/U&gt;&lt;/STRONG&gt; - You can use CHECK constraints strictly to actively enforce data quality (as CHECK (age &amp;gt;= 0)). Document the rationale behind the constraint inside the column comment.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;FONT size="3"&gt;&lt;U&gt;AI Consumption&lt;/U&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;P&gt;&lt;FONT size="3"&gt;You can follow below to ensure Unity Catalog's metadata is useful for AI cases&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;Enforce Structured Formats -&lt;/STRONG&gt;&amp;nbsp;Use deterministic patterns in column comments (such as always ending with Valid values: [X, Y, Z]) allowing LLM parsers to accurately extract categorical boundaries.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;U&gt;Define Relationships&lt;/U&gt;&lt;/STRONG&gt; -&amp;nbsp;Ensure primary and foreign key relationships are explicitly defined in the schemas. UC uses these to help AI engines write accurate multi-table joins.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;U&gt;Publish Freshness Metrics&lt;/U&gt;&lt;/STRONG&gt; -&amp;nbsp;You can attach metadata regarding data freshness, SLA targets and update frequencies to your table properties to allow AI models know if they are pulling stale data.&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 26 Jun 2026 07:31:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160618#M2882</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-06-26T07:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160619#M2883</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/237144"&gt;@faruk&lt;/a&gt;&amp;nbsp;, great question. But the answer depends on your data's current state. Are you migrating from DBFS mount paths to UC tables, or do you already have Hive metastore tables that you're migrating to UC?&lt;/P&gt;&lt;P&gt;Check out &lt;A href="https://github.com/databricks-industry-solutions/dbxmetagen" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;dbxmetagen&lt;/STRONG&gt;&lt;/A&gt; — a Databricks solution accelerator that helps generate metadata at scale using LLMs. Could help seed your metadata table faster.&lt;/P&gt;&lt;P&gt;External vs Managed tables — document which is which. It affects your governance model significantly.&amp;nbsp;This matters for permissions, disaster recovery, and preventing accidental data loss.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Managed = UC controls the lifecycle (drop table = data gone).&lt;/LI&gt;&lt;LI&gt;External = you control storage (drop table = data stays).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;On column mapping mode — if your schema is strict and you don't expect columns to be renamed or dropped, you don't need delta.columnMapping.mode = 'name'. Keep it as default. It's only worth enabling if you anticipate schema evolution (renames, drops).&lt;/P&gt;&lt;P&gt;A &lt;EM&gt;manual metadata table&lt;/EM&gt; works well here. Build your own Delta table as a data dictionary — columns like catalog, schema, table_name, column_name, business_description, valid_values, owner, etc. This becomes your controlled source of truth.&lt;/P&gt;&lt;P&gt;Good to go?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 07:41:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160619#M2883</guid>
      <dc:creator>JeninaAngelin7</dc:creator>
      <dc:date>2026-06-26T07:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160685#M2885</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is a challenging area to get right, especially with so many tables and schemas. Unity Catalog is definitely a good bet for storing this metadata. There are a few approaches that you could take to the data definitions part, and it depends on what you need from them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At the moment, I would recommend using the comments on fields and table definitions to store possible values and definitions. This could be done with a fixed JSON structure to make it readable, but this depends on whether you need queryable metadata or not. If it's just to be read by AI and humans, you probably don't need it to be so structured.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Comments Docs - &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/comments/" target="_blank"&gt;&lt;SPAN&gt;https://docs.databricks.com/aws/en/comments/&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also use tags, but it could become cumbersome for all the different columns to have tags for the definitions etc which is why I’d probably stick to the comments. I may use tags for specific things like PII, etc. You can also mark Primary keys for tables where needed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tag Docs - &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/database-objects/tags" target="_blank"&gt;&lt;SPAN&gt;https://docs.databricks.com/aws/en/database-objects/tags&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In terms of propagation, comments don’t generally propagate; usually, I’d expect some sort of transformation between layers, so comments propagating doesn’t really work. I’d focus your efforts on the layers that will be consumed by humans and AI, which are usually your gold layers. These would then represent your final business layer. As others have said, AI can help with this, but be careful, good metadata should be potentially things the AI will not necessarily be able to infer, and therefore, using AI to infer it may leave gaps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The final things to keep an eye on are the Genie Ontology and the UC Glossary; these have just been announced. Genie ontology learns context from your notebooks and dashboard, and could, over time, make some of your metadata less necessary.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.databricks.com/product/unity-catalog/business-semantics" target="_blank"&gt;&lt;SPAN&gt;https://www.databricks.com/product/unity-catalog/business-semantics&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My general recommendation would be to pick one schema and map through that first, and this will help to inform your approach and think about how you want to tackle it going forward.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Emma&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 14:29:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160685#M2885</guid>
      <dc:creator>emma_s</dc:creator>
      <dc:date>2026-06-26T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160724#M2886</link>
      <description>&lt;P&gt;Hi , thank you for your advice very appreciate that&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2026 10:33:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160724#M2886</guid>
      <dc:creator>faruk</dc:creator>
      <dc:date>2026-06-27T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160725#M2887</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/241572"&gt;@JeninaAngelin7&lt;/a&gt; Thank you for your answer, very instructive.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2026 10:34:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160725#M2887</guid>
      <dc:creator>faruk</dc:creator>
      <dc:date>2026-06-27T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160727#M2888</link>
      <description>&lt;P class=""&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176516"&gt;@emma_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;First of all, thank you for your detailed answer.&lt;/P&gt;&lt;P&gt;As you mentioned, tagging every column — and in my case every field — could quickly become overwhelming.&lt;/P&gt;&lt;P&gt;I’ve decided to implement tags only for specific use cases, as you suggested. For allowed values and definitions, I see that many people use the comment section, so I will likely follow the same approach. I’m also considering using metric views to enrich the business context, and potentially, once we reach a higher level of maturity, migrating to a dedicated data catalog solution like DataHub. That would make it easier to extract and manage all this metadata consistently.&lt;/P&gt;&lt;P&gt;Regarding AI usage on top of our data, I’m still unsure whether focusing only on the gold layer is the right approach for us. In some cases, we also need to access raw or less aggregated data directly, depending on the use case.&lt;/P&gt;&lt;P&gt;Thanks a lot,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kr,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faruk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2026 11:20:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160727#M2888</guid>
      <dc:creator>faruk</dc:creator>
      <dc:date>2026-06-27T11:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160787#M2889</link>
      <description>&lt;P&gt;Yeah Sure, Welcome!&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2026 15:01:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/160787#M2889</guid>
      <dc:creator>JeninaAngelin7</dc:creator>
      <dc:date>2026-06-28T15:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary and Unity Catalog: Best Practices in a Medallion Architecture</title>
      <link>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/161000#M2895</link>
      <description>&lt;P&gt;We are implementing Atlan to provide a business glossary to users and agents.&amp;nbsp; We're ingesting multiple sources, primarily Databricks and SQL Server based.&amp;nbsp; For data with a published definition we copy those into table and column comments.&amp;nbsp; We also use Databricks' comment generation tooling with manual review.&amp;nbsp; We do this in Databricks so Genie also has the ontology.&amp;nbsp; For SQL Server we use Atlan's similar definition creation capabilities.&amp;nbsp; Atlan also provides us a more complete lineage since sources and sinks of data often exist outside of Databricks.&lt;/P&gt;&lt;P&gt;Definitions don't often carry through from bronze to silver to gold because the data meaning is changing along the way, especially in gold metrics.&amp;nbsp; We define the data in all layers.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 20:45:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/data-dictionary-and-unity-catalog-best-practices-in-a-medallion/m-p/161000#M2895</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2026-06-30T20:45:13Z</dc:date>
    </item>
  </channel>
</rss>

