<?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: Purpose of DLT Table table_properties &amp;gt; quality:medallion in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58375#M2337</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/96188"&gt;@ChristianRRL&lt;/a&gt;&amp;nbsp;Thank you for reaching out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Labeling table properties with "quality": "&amp;lt;specific_medallion&amp;gt;" (like bronze, silver, gold) in DLT serves a practical purpose in a data architecture pattern known as the "Medallion Architecture."&lt;/P&gt;
&lt;P&gt;This architecture typically involves three layers of tables - Bronze, Silver, and Gold - each representing a different stage of data processing and refinement.&lt;/P&gt;
&lt;P&gt;Bronze Tables: These tables are raw data ingests.&lt;/P&gt;
&lt;P&gt;Silver Tables: Data in silver tables has undergone some level of cleaning, transformation, and enrichment. It's more structured and usable than bronze data but may not be fully business-ready.&lt;/P&gt;
&lt;P&gt;Gold Tables: These tables contain business-level, aggregated, or summarized data. This data is often the most refined and is used for high-level reporting and analytics&lt;/P&gt;
&lt;P&gt;By knowing the "quality" of the table, data engineers and scientists can quickly identify the maturity level of the data and its readiness for various use cases.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 00:18:36 GMT</pubDate>
    <dc:creator>Priyanka_Biswas</dc:creator>
    <dc:date>2024-01-25T00:18:36Z</dc:date>
    <item>
      <title>Purpose of DLT Table table_properties &gt; quality:medallion</title>
      <link>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58366#M2336</link>
      <description>&lt;P&gt;Hi there, silly question here but can anyone help me understand what practical purpose does labelling the &lt;STRONG&gt;table_properties&lt;/STRONG&gt; with&lt;STRONG&gt; "quality":"&amp;lt;specific_medallion&amp;gt;"&lt;/STRONG&gt;? For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97035"&gt;@Dlt&lt;/a&gt;.table(
  comment="Bronze live streaming table for Test data",
  name="bronze_test_table",
  table_properties={
    "quality": "bronze"
  }
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen examples where quality is set to bronze/silver/gold, but what can this be used for?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 21:10:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58366#M2336</guid>
      <dc:creator>ChristianRRL</dc:creator>
      <dc:date>2024-01-24T21:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of DLT Table table_properties &gt; quality:medallion</title>
      <link>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58375#M2337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/96188"&gt;@ChristianRRL&lt;/a&gt;&amp;nbsp;Thank you for reaching out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Labeling table properties with "quality": "&amp;lt;specific_medallion&amp;gt;" (like bronze, silver, gold) in DLT serves a practical purpose in a data architecture pattern known as the "Medallion Architecture."&lt;/P&gt;
&lt;P&gt;This architecture typically involves three layers of tables - Bronze, Silver, and Gold - each representing a different stage of data processing and refinement.&lt;/P&gt;
&lt;P&gt;Bronze Tables: These tables are raw data ingests.&lt;/P&gt;
&lt;P&gt;Silver Tables: Data in silver tables has undergone some level of cleaning, transformation, and enrichment. It's more structured and usable than bronze data but may not be fully business-ready.&lt;/P&gt;
&lt;P&gt;Gold Tables: These tables contain business-level, aggregated, or summarized data. This data is often the most refined and is used for high-level reporting and analytics&lt;/P&gt;
&lt;P&gt;By knowing the "quality" of the table, data engineers and scientists can quickly identify the maturity level of the data and its readiness for various use cases.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 00:18:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58375#M2337</guid>
      <dc:creator>Priyanka_Biswas</dc:creator>
      <dc:date>2024-01-25T00:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of DLT Table table_properties &gt; quality:medallion</title>
      <link>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58431#M2346</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/39246"&gt;@Priyanka_Biswas&lt;/a&gt;, I understand the Medallion Architecture and I'm all for it.. I guess my question is more specifically meaning as to in this specific case where we specify the table_properties &amp;gt; quality, how can this be practically used in a real world scenario?&lt;/P&gt;&lt;P&gt;For example, is there some kind of metadata table that I'm not aware of that I can query and filter by table quality? This alone would be more than enough of a reason for me to label my tables with their respective quality indicator. And if this functionality exists, would it work with the Hive Metastore or does it require Unity Catalog?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 16:28:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58431#M2346</guid>
      <dc:creator>ChristianRRL</dc:creator>
      <dc:date>2024-01-25T16:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of DLT Table table_properties &gt; quality:medallion</title>
      <link>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58432#M2347</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;, so far this has been a very nice and engaging community that has helped me answer some of my questions. I try and give Kudos often when appropriate, and I have selected some responses to my posts as valid "Solutions", but I may not have gotten a reasonable solution response to all of my posts so sometimes I'm waiting to see if someone will follow-up with another answer that is a better fit.&lt;/P&gt;&lt;P&gt;I can go back and review some of my posts to check if maybe I missed some solutions that are valid. Additionally, can posts have more than one valid solution (if multiple people answer)?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 16:32:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/58432#M2347</guid>
      <dc:creator>ChristianRRL</dc:creator>
      <dc:date>2024-01-25T16:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of DLT Table table_properties &gt; quality:medallion</title>
      <link>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/105802#M4740</link>
      <description>&lt;P&gt;I'm with the same doubt &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/96188"&gt;@ChristianRRL&lt;/a&gt;, did you figured out something related to it?&lt;BR /&gt;My doubt is to check if it's possible to apply any kind of access control based on this property.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 20:50:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/purpose-of-dlt-table-table-properties-gt-quality-medallion/m-p/105802#M4740</guid>
      <dc:creator>nochimo</dc:creator>
      <dc:date>2025-01-15T20:50:51Z</dc:date>
    </item>
  </channel>
</rss>

