<?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: Difference between libraries dlt and dp in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/difference-between-libraries-dlt-and-dp/m-p/134378#M50118</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/175553"&gt;@yit&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Basically, they are the same thing. Not so long ago,&amp;nbsp; they renamed DLT (Delta Live Tables) to Lakeflow Declartive Pipelines. So I think from now on in all materials you will see new name for this library: &lt;STRONG&gt;pipelines &lt;/STRONG&gt;(instead of dlt)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;guess they didn't managed to change old name in all their docs yet, so you can see here and there old name for that library.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Oct 2025 12:35:07 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-10-09T12:35:07Z</dc:date>
    <item>
      <title>Difference between libraries dlt and dp</title>
      <link>https://community.databricks.com/t5/data-engineering/difference-between-libraries-dlt-and-dp/m-p/134375#M50116</link>
      <description>&lt;P&gt;In all Databricks documentation, the examples use &lt;STRONG&gt;import dlt&lt;/STRONG&gt; to create streaming tables and views. But, when generating sample Python code in ETL pipeline, the import in the sample is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;import pyspark import pipelines as dp&lt;/LI-CODE&gt;&lt;P&gt;Which one is the correct library? Are there significant differences between these two?&lt;/P&gt;&lt;P&gt;I could not find any comparison between these two.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 12:10:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/difference-between-libraries-dlt-and-dp/m-p/134375#M50116</guid>
      <dc:creator>yit</dc:creator>
      <dc:date>2025-10-09T12:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between libraries dlt and dp</title>
      <link>https://community.databricks.com/t5/data-engineering/difference-between-libraries-dlt-and-dp/m-p/134378#M50118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/175553"&gt;@yit&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Basically, they are the same thing. Not so long ago,&amp;nbsp; they renamed DLT (Delta Live Tables) to Lakeflow Declartive Pipelines. So I think from now on in all materials you will see new name for this library: &lt;STRONG&gt;pipelines &lt;/STRONG&gt;(instead of dlt)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;guess they didn't managed to change old name in all their docs yet, so you can see here and there old name for that library.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 12:35:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/difference-between-libraries-dlt-and-dp/m-p/134378#M50118</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-09T12:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between libraries dlt and dp</title>
      <link>https://community.databricks.com/t5/data-engineering/difference-between-libraries-dlt-and-dp/m-p/134412#M50126</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/175553"&gt;@yit&lt;/a&gt;&amp;nbsp;Functionally, they are equivalent concepts (declarative definitions for streaming tables, materialized views, expectations, CDC, etc.). The differences you’ll notice are mostly naming/ergonomics:&lt;/P&gt;&lt;P&gt;Module name:&lt;BR /&gt;Databricks docs &amp;amp; most existing notebooks: import dlt&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dlt/python-dev" target="_blank"&gt;https://docs.databricks.com/aws/en/dlt/python-dev&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Spark guide &amp;amp; some generated samples: from pyspark import pipelines as dp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://spark.apache.org/docs/_site/declarative-pipelines-programming-guide.html" target="_blank"&gt;https://spark.apache.org/docs/_site/declarative-pipelines-programming-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 14:34:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/difference-between-libraries-dlt-and-dp/m-p/134412#M50126</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-10-09T14:34:08Z</dc:date>
    </item>
  </channel>
</rss>

