<?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 Delta live tables in Silver layer in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/how-to-create-delta-live-tables-in-silver-layer/m-p/63070#M6721</link>
    <description>&lt;P&gt;Dear &lt;SPAN class=""&gt;&lt;A class="" href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9" target="_self"&gt;&lt;SPAN class=""&gt;Kaniz,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for addressing question :&lt;/P&gt;&lt;P&gt;I am getting following error if i follow above:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;pyspark.errors.exceptions.captured.IllegalArgumentException: Reading from a Delta table is not supported with this syntax. If you would like to consume data from Delta, please refer to the docs: read a Delta table (&lt;A class="" title="https://docs.microsoft.com/azure/databricks/delta/tutorial#read)" href="https://docs.microsoft.com/azure/databricks/delta/tutorial#read)" target="_blank" rel="noreferrer noopener"&gt;https://docs.microsoft.com/azure/databricks/delta/tutorial#read)&lt;/A&gt;, or read a Delta table as a stream source (&lt;A class="" title="https://docs.microsoft.com/azure/databricks/structured-streaming/delta-lake#table-streaming-reads-and-writes)." href="https://docs.microsoft.com/azure/databricks/structured-streaming/delta-lake#table-streaming-reads-and-writes)." target="_blank" rel="noreferrer noopener"&gt;https://docs.microsoft.com/azure/databricks/structured-streaming/delta-lake#table-streaming-reads-and-writes).&lt;/A&gt; The streaming source from Delta is already optimized for incremental consumption of data.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-----------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now my question is, if at all works... is it good practice to keep steam table on bronze these incremental (delta) parq files which are in my bronze layer.... ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 14:45:39 GMT</pubDate>
    <dc:creator>Madalian</dc:creator>
    <dc:date>2024-03-08T14:45:39Z</dc:date>
    <item>
      <title>How to create Delta live tables in Silver layer</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-create-delta-live-tables-in-silver-layer/m-p/63022#M6719</link>
      <description>&lt;P&gt;How to create Delta live tables in Silver layer&lt;/P&gt;&lt;P&gt;Hi DB Experts,&lt;/P&gt;&lt;P&gt;Having basic questions :&lt;/P&gt;&lt;P&gt;I am working on Madalian Architecture (B, S, G) Layers.&lt;/P&gt;&lt;P&gt;on B i am getting Delta files (Parq) format. with log folders. One folder for one table, multiple files are getting placed after certain size... But I dont see any Detla tables.&lt;/P&gt;&lt;P&gt;Now from these files I want to create straming table in "Silver" Layer... I am unable to find solution. Following example shows to create with table from delta table but I want to do with delta file(.parq).&lt;BR /&gt;Ex in documentaiton whitch might work :&lt;BR /&gt;CREATE OR REFRESH STREAMING TABLE TTTT_cleaned&lt;BR /&gt;AS SELECT * FROM live.TTTT&lt;BR /&gt;This doesnt work&lt;BR /&gt;CREATE OR REFRESH STREAMING TABLE TTTT_cleaned&lt;BR /&gt;AS SELECT * FROM live.abfss://bronze-dev-sapboa@encrtpyion/somefolder/Delta/TTTT&lt;BR /&gt;how I can create from these files?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 10:35:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-create-delta-live-tables-in-silver-layer/m-p/63022#M6719</guid>
      <dc:creator>Madalian</dc:creator>
      <dc:date>2024-03-08T10:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Delta live tables in Silver layer</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-create-delta-live-tables-in-silver-layer/m-p/63070#M6721</link>
      <description>&lt;P&gt;Dear &lt;SPAN class=""&gt;&lt;A class="" href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9" target="_self"&gt;&lt;SPAN class=""&gt;Kaniz,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for addressing question :&lt;/P&gt;&lt;P&gt;I am getting following error if i follow above:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;pyspark.errors.exceptions.captured.IllegalArgumentException: Reading from a Delta table is not supported with this syntax. If you would like to consume data from Delta, please refer to the docs: read a Delta table (&lt;A class="" title="https://docs.microsoft.com/azure/databricks/delta/tutorial#read)" href="https://docs.microsoft.com/azure/databricks/delta/tutorial#read)" target="_blank" rel="noreferrer noopener"&gt;https://docs.microsoft.com/azure/databricks/delta/tutorial#read)&lt;/A&gt;, or read a Delta table as a stream source (&lt;A class="" title="https://docs.microsoft.com/azure/databricks/structured-streaming/delta-lake#table-streaming-reads-and-writes)." href="https://docs.microsoft.com/azure/databricks/structured-streaming/delta-lake#table-streaming-reads-and-writes)." target="_blank" rel="noreferrer noopener"&gt;https://docs.microsoft.com/azure/databricks/structured-streaming/delta-lake#table-streaming-reads-and-writes).&lt;/A&gt; The streaming source from Delta is already optimized for incremental consumption of data.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-----------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now my question is, if at all works... is it good practice to keep steam table on bronze these incremental (delta) parq files which are in my bronze layer.... ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:45:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-create-delta-live-tables-in-silver-layer/m-p/63070#M6721</guid>
      <dc:creator>Madalian</dc:creator>
      <dc:date>2024-03-08T14:45:39Z</dc:date>
    </item>
  </channel>
</rss>

