<?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: Pipelines using dlt modules from the Unity Catalog in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/pipelines-using-dlt-modules-from-the-unity-catalog/m-p/56398#M30543</link>
    <description>&lt;P&gt;Here's the pipeline for the delta live table I'm creating.&lt;/P&gt;&lt;P&gt;1. import CDC and source using AWS DMS&lt;BR /&gt;2. after import dlt, create streaming table with dlt.create_streaming_table (set scd = 1)&lt;BR /&gt;3. read the streaming table with dlt.read and perform operations such as join&lt;BR /&gt;4. save the result of step 3 as dlt.table&lt;/P&gt;&lt;P&gt;At this time, even if you specify a dlt.table decorator in step 4, it is being saved as a materialized view.&lt;BR /&gt;Currently, I am using Unity Catalog.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2024 02:39:48 GMT</pubDate>
    <dc:creator>rt-slowth</dc:creator>
    <dc:date>2024-01-04T02:39:48Z</dc:date>
    <item>
      <title>Pipelines using dlt modules from the Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/pipelines-using-dlt-modules-from-the-unity-catalog/m-p/56322#M30520</link>
      <description>&lt;P&gt;[Situation]&lt;BR /&gt;I am using AWS DMS to store mysql cdc in S3 as a parquet file.&lt;BR /&gt;I have implemented a streaming pipeline using the DLT module.&lt;BR /&gt;The target destination is Unity Catalog.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Questions and issues].&lt;BR /&gt;- Where are the tables and materialized views specified in Unity Catalog stored, in DBFS or metastore?&lt;BR /&gt;- Can I delete a parquet that has been readStreamed even once in S3?&lt;BR /&gt;- Is there a way to save a DataFrame with Join and Window operations on a table read with dlt.read from a streaming Delta Live Table as a Table instead of a Materialized View?&lt;BR /&gt;- The output of the &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97035"&gt;@Dlt&lt;/a&gt;.table decorator seems to be created as a Matarialized View, but is it possible to change it to a Table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can answer them one by one.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 00:01:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pipelines-using-dlt-modules-from-the-unity-catalog/m-p/56322#M30520</guid>
      <dc:creator>rt-slowth</dc:creator>
      <dc:date>2024-01-03T00:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pipelines using dlt modules from the Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/pipelines-using-dlt-modules-from-the-unity-catalog/m-p/56398#M30543</link>
      <description>&lt;P&gt;Here's the pipeline for the delta live table I'm creating.&lt;/P&gt;&lt;P&gt;1. import CDC and source using AWS DMS&lt;BR /&gt;2. after import dlt, create streaming table with dlt.create_streaming_table (set scd = 1)&lt;BR /&gt;3. read the streaming table with dlt.read and perform operations such as join&lt;BR /&gt;4. save the result of step 3 as dlt.table&lt;/P&gt;&lt;P&gt;At this time, even if you specify a dlt.table decorator in step 4, it is being saved as a materialized view.&lt;BR /&gt;Currently, I am using Unity Catalog.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 02:39:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pipelines-using-dlt-modules-from-the-unity-catalog/m-p/56398#M30543</guid>
      <dc:creator>rt-slowth</dc:creator>
      <dc:date>2024-01-04T02:39:48Z</dc:date>
    </item>
  </channel>
</rss>

