<?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: How to create and manage daily partitioned tables in Databricks Unity Catalog for Bronze layer w in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/how-to-create-and-manage-daily-partitioned-tables-in-databricks/m-p/120168#M10089</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/165826"&gt;@OmarSEKkOUTI&lt;/a&gt;&amp;nbsp;, you can leverage DLT feature to do so.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dlt/transform" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.databricks.com/aws/en/dlt/transform&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dlt/stateful-processing" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.databricks.com/aws/en/dlt/stateful-processing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the s&lt;SPAN&gt;tep-by-step tutorial:&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dlt/tutorials" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.databricks.com/aws/en/dlt/tutorials&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can create a table and partition it by date, and you can use the&amp;nbsp;&lt;SPAN&gt;Medallion architecture of the DLT.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Partitions can be like below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nikhilj0421_0-1748177623308.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17108iC905136CF222DCF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nikhilj0421_0-1748177623308.png" alt="nikhilj0421_0-1748177623308.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 25 May 2025 12:54:03 GMT</pubDate>
    <dc:creator>nikhilj0421</dc:creator>
    <dc:date>2025-05-25T12:54:03Z</dc:date>
    <item>
      <title>How to create and manage daily partitioned tables in Databricks Unity Catalog for Bronze layer with</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-create-and-manage-daily-partitioned-tables-in-databricks/m-p/120157#M10084</link>
      <description>&lt;P&gt;I’m working on a project to practice using Databricks, Lakehouse architecture, Medallion architecture, and data lakes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an Azure Data Lake with three containers: bronze, silver, and gold.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the bronze container, I store daily customer CSV files at paths like: bronze/adventureworks/year=2025/month=5/day=25/customer.csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every day, a new customer file is saved under a new path using Azure Data Factory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Databricks, I’m using Unity Catalog. I created a development catalog and a schema named adventureworks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create tables named bronze_customer, silver_customer, and gold_customer in their respective layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question: How should I create the bronze_customer table in Databricks to efficiently handle these daily files? Specifically:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I create the table in Unity Catalog to include all daily partitions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the recommended approach for managing full loads (replacing all data daily) versus incremental loads (appending only new or changed data) in this setup?&lt;/P&gt;&lt;P&gt;I’m looking for best practices or example code for table creation and data ingestion in Databricks using Unity Catalog with daily data stored in the data lake&lt;/P&gt;</description>
      <pubDate>Sun, 25 May 2025 10:16:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-create-and-manage-daily-partitioned-tables-in-databricks/m-p/120157#M10084</guid>
      <dc:creator>OmarSEKkOUTI</dc:creator>
      <dc:date>2025-05-25T10:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create and manage daily partitioned tables in Databricks Unity Catalog for Bronze layer w</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-create-and-manage-daily-partitioned-tables-in-databricks/m-p/120168#M10089</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/165826"&gt;@OmarSEKkOUTI&lt;/a&gt;&amp;nbsp;, you can leverage DLT feature to do so.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dlt/transform" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.databricks.com/aws/en/dlt/transform&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dlt/stateful-processing" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.databricks.com/aws/en/dlt/stateful-processing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the s&lt;SPAN&gt;tep-by-step tutorial:&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dlt/tutorials" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.databricks.com/aws/en/dlt/tutorials&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can create a table and partition it by date, and you can use the&amp;nbsp;&lt;SPAN&gt;Medallion architecture of the DLT.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Partitions can be like below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nikhilj0421_0-1748177623308.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17108iC905136CF222DCF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nikhilj0421_0-1748177623308.png" alt="nikhilj0421_0-1748177623308.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 May 2025 12:54:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-create-and-manage-daily-partitioned-tables-in-databricks/m-p/120168#M10089</guid>
      <dc:creator>nikhilj0421</dc:creator>
      <dc:date>2025-05-25T12:54:03Z</dc:date>
    </item>
  </channel>
</rss>

