<?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 activate ignoreChanges in Delta Live Table read_stream ? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28845#M20610</link>
    <description>&lt;P&gt;Hi @Swapnil Kamle​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;we also implemented change data capture for deduplication purposes in DLTs. We do it in SQL using the APPLY CHANGES INTO command. How does your workaround solve the issue of updates in such a case? Would you mind explaining?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 20:38:07 GMT</pubDate>
    <dc:creator>TH</dc:creator>
    <dc:date>2023-01-24T20:38:07Z</dc:date>
    <item>
      <title>How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28832#M20597</link>
      <description>&lt;P&gt;Hello everyone, &lt;/P&gt;&lt;P&gt;I'm using DLT (Delta Live Tables) and I've implemented some Change Data Capture for deduplication purposes. Now I am creating a downstream table that will read the DLT as a stream (dlt.read_stream("&amp;lt;tablename&amp;gt;")). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep receiving this error : &lt;/P&gt;&lt;P&gt;&amp;gt; Detected a data update (for example part-00000-6723832a-b8ca-4a20-b576-d69bd5e42652-c000.snappy.parquet) in the source table at version 11. This is currently not supported. If you'd like to ignore updates, set the option 'ignoreChanges' to 'true'. If you would like the data update to be reflected, please restart this query with a fresh checkpoint directory.&lt;/P&gt;&lt;P&gt;And I've tried these options to activate this configuration : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;@dlt.view(name="_wp_strategies_dup",
           comment="This table contains the test strategy table",
          spark_conf={"ignoreChanges": "true"})&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;spark.readStream.option("ignoreChanges","true").table("LIVE.wp_parameters")&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;dlt.option("ignoreChanges","true").read_stream("wp_parameters")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And so far nothing has worked. Is it because this configuration is not possible with DLT ? Or is it because there is another way to set this configuration up ? &lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 17:35:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28832#M20597</guid>
      <dc:creator>adrianlwn</dc:creator>
      <dc:date>2022-10-06T17:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28835#M20600</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;, thanks you for your answer. Unfortunately it doesn't solve my issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question was about &lt;B&gt;Delta Live Tables&lt;/B&gt; and not classical Delta Tables. I was wondering if applying the suggested settings : ignoreChanges was even possible in DLT ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 15:55:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28835#M20600</guid>
      <dc:creator>adrianlwn</dc:creator>
      <dc:date>2022-10-10T15:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28836#M20601</link>
      <description>&lt;P&gt;Hi, the team @Prabakar Ammeappin​&amp;nbsp;@Werner Stinckens​&amp;nbsp;@Jose Gonzalez​&amp;nbsp;@Lindsay Olson​&amp;nbsp;. Recently, I had the same issue with the .option("ignoreChanges", "true") not working for DLT tables, and it was frustrating &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Maybe we could get some internal insides about that.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 12:31:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28836#M20601</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-10-14T12:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28838#M20603</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;We're facing with the same issue, but with the "ignoreDeletes" option. Is there any progress in solving the problem?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 14:04:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28838#M20603</guid>
      <dc:creator>Louis_Perreault</dc:creator>
      <dc:date>2022-10-27T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28839#M20604</link>
      <description>&lt;P&gt;Have anyone found the issue? We are facing the same thing&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 17:23:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28839#M20604</guid>
      <dc:creator>fecavalc08</dc:creator>
      <dc:date>2022-12-05T17:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28840#M20605</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;I am working on a use case where I am keeping customer data using medallion architecture using Delta live Tables.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; &lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; But I would like to also delete data based on GDPR. So, I have tried deleting using simple delete script basically deleting that consumer older than 5 years from bronze, silver and gold tables.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; &lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; After that, I tried to run DLT pipeline again and ran into issue&amp;nbsp;like mentioned above.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;"&amp;nbsp;Detected a data update (for example part-00000-6723832a-b8ca-4a20-b576-d69bd5e42652-c000.snappy.parquet) in the source table at version 11. This is currently not supported. If you'd like to ignore updates, set the option 'ignoreChanges' to 'true'. If you would like the data update to be reflected, please restart this query with a fresh checkpoint directory."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Any idea how to implement ignore changes and ignore deletes in DLT?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 10:17:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28840#M20605</guid>
      <dc:creator>AMadan</dc:creator>
      <dc:date>2023-01-10T10:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28841#M20606</link>
      <description>&lt;P&gt;Yes, that is a pain currently. I bet that for now, you need to perform a full refresh with cleaned checkpoints.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 12:54:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28841#M20606</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-01-10T12:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28842#M20607</link>
      <description>&lt;P&gt;I am also facing the same issue . is there any update on how to enable ignoreChanges for dlt tables please?&lt;/P&gt;&lt;P&gt;below is my code and it's not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;def messages_raw():&lt;/P&gt;&lt;P&gt;&amp;nbsp;return (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;# load incrementally&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;spark.readStream&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;.format("cloudFiles")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("cloudFiles.format", "json")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;.schema(JSONschema)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("ignoreChanges", "true")&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.load("/mnt/raj-zuk-comparis-poc/messages*.json"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;.load("s3://zuk-comparis-poc/"))&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 12:42:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28842#M20607</guid>
      <dc:creator>sudhanshu1</dc:creator>
      <dc:date>2023-01-18T12:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28843#M20608</link>
      <description>&lt;P&gt;We&amp;nbsp;have identified a work around to resolve this issue:&lt;/P&gt;&lt;P&gt;df_table = spark.sql(f'''SELECT * FROM Employee''')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;df_table.write.mode("append").json("/mnt/temp_table/ Employee ",ignoreNullFields=False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE STREAMING LIVE TABLE Employee_temp&lt;/P&gt;&lt;P&gt;COMMENT "Employee temp"&lt;/P&gt;&lt;P&gt;AS &lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;*&lt;/P&gt;&lt;P&gt;FROM cloud_files("/mnt/temp_table/ Employee ", "json")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Create and populate the target table.&lt;/P&gt;&lt;P&gt;CREATE OR REFRESH STREAMING LIVE TABLE dim_employee;&lt;/P&gt;&lt;P&gt;APPLY CHANGES INTO&lt;/P&gt;&lt;P&gt;&amp;nbsp;live.dim_employee&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;stream(Live. Employee_temp)&lt;/P&gt;&lt;P&gt;KEYS&lt;/P&gt;&lt;P&gt;&amp;nbsp;(employeeid)&lt;/P&gt;&lt;P&gt;IGNORE NULL UPDATES&lt;/P&gt;&lt;P&gt;SEQUENCE BY&lt;/P&gt;&lt;P&gt;&amp;nbsp;load_datetime&lt;/P&gt;&lt;P&gt;STORED AS&lt;/P&gt;&lt;P&gt;&amp;nbsp;SCD TYPE 2;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 05:44:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28843#M20608</guid>
      <dc:creator>SRK</dc:creator>
      <dc:date>2023-01-19T05:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28845#M20610</link>
      <description>&lt;P&gt;Hi @Swapnil Kamle​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;we also implemented change data capture for deduplication purposes in DLTs. We do it in SQL using the APPLY CHANGES INTO command. How does your workaround solve the issue of updates in such a case? Would you mind explaining?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 20:38:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28845#M20610</guid>
      <dc:creator>TH</dc:creator>
      <dc:date>2023-01-24T20:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28846#M20611</link>
      <description>&lt;P&gt;Hi TH,&lt;/P&gt;&lt;P&gt;If you look at the code which I have shared, there I am using append to write the data in Json first then I read the Json file using autoloader. &lt;/P&gt;&lt;P&gt;df_table.write.mode("append").json("/mnt/temp_table/ Employee ",ignoreNullFields=False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it's only appending the data not updating, which helps me to fix the issue related to updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  &lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 06:56:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28846#M20611</guid>
      <dc:creator>SRK</dc:creator>
      <dc:date>2023-01-25T06:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28847#M20612</link>
      <description>&lt;P&gt;Thanks for your answer. But then you are not doing Change Data Capture (for deduplication purposes) as initially asked. I am looking for a solution that still lets me do deduplication...&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 20:21:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28847#M20612</guid>
      <dc:creator>TH</dc:creator>
      <dc:date>2023-01-25T20:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28848#M20613</link>
      <description>&lt;P&gt;any update on this? will this be possible anytime soon with DLTs?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 20:23:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28848#M20613</guid>
      <dc:creator>TH</dc:creator>
      <dc:date>2023-01-25T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28849#M20614</link>
      <description>&lt;P&gt;In DLT read_stream, we can't use ignoreChanges / ignoreDeletes. These are the configs helps to avoid the failures but it is actually ignoring the operations done on the upstream. So you need to manually perform the deletes or updates in the downstream. (Spark structured streaming supports ever growing / append only sources).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have use cases where the upstream can have updates / deletes and you want to pass these operations automatically to downstream you can follow the below suggested architectures in DLT. In both setup using &lt;A href="https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-concepts.html?&amp;amp;_ga=2.245196492.836573227.1677467515-1228051402.1654779251#datasets" alt="https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-concepts.html?&amp;amp;_ga=2.245196492.836573227.1677467515-1228051402.1654779251#datasets" target="_blank"&gt;live tables&lt;/A&gt; helps to handle updates / deletes from upstream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Architecture 1:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;You can use&amp;nbsp;&lt;A href="https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-concepts.html?&amp;amp;_ga=2.216182239.836573227.1677467515-1228051402.1654779251#datasets" alt="https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-concepts.html?&amp;amp;_ga=2.216182239.836573227.1677467515-1228051402.1654779251#datasets" target="_blank"&gt;live tables&lt;/A&gt;&amp;nbsp;to handle this. For use cases where you perform updates/deletes on the bronze table to reflect these deletes/updates in the silver table, you can create silver table as live table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Refer below diagram:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1398i87CDFF01CEA470DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Architecture 2:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Other way to handle updates / deletes and pass through downstream is you can use&amp;nbsp;&lt;A href="https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-cdc.html?_ga=2.215762270.836573227.1677467515-1228051402.1654779251" alt="https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-cdc.html?_ga=2.215762270.836573227.1677467515-1228051402.1654779251" target="_blank"&gt;DLT CDC&lt;/A&gt;. The CDC architecture looks something like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;DLT bronze table --&amp;gt; DLT silver using CDC apply_changes --&amp;gt; DLT gold live table&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here silver table picks change data from bronze(updates or delete) and do necessary operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both setups, if you delete/update any record in bronze table for use cases like GDPR, this delete/update will automatically flow to silver table(you no need to manually delete/update from silver and then gold). Now gold will pick this silver table and perform full refresh. (live table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also DLT has a special feature called&amp;nbsp;&lt;B&gt;enžyme&lt;/B&gt;. Enžyme helps to avoid full re-computation for the LIVE table and improve the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;What is enžyme?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Compared to the existing method of fully recomputing all rows in the live table – even rows which do not need to be changed – enžyme may significantly reduce resource utilization and improve overall pipeline latency by only updating the rows in the live table which are necessary to materialize the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details on enžyme you can refer this blog:&amp;nbsp;&lt;A href="https://www.databricks.com/blog/2022/06/29/delta-live-tables-announces-new-capabilities-and-performance-optimizations.html" alt="https://www.databricks.com/blog/2022/06/29/delta-live-tables-announces-new-capabilities-and-performance-optimizations.html" target="_blank"&gt;https://www.databricks.com/blog/2022/06/29/delta-live-tables-announces-new-capabilities-and-performance-optimizations.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 03:03:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28849#M20614</guid>
      <dc:creator>gopínath</dc:creator>
      <dc:date>2023-02-28T03:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate ignoreChanges in Delta Live Table read_stream ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28850#M20615</link>
      <description>&lt;P&gt;We would be also interested in this. This is critical functionality for us as we need to handle changes in the data. Otherwise, we cannot consider DLT as a viable solution although we would want to.​&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 17:42:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-activate-ignorechanges-in-delta-live-table-read-stream/m-p/28850#M20615</guid>
      <dc:creator>valiro21</dc:creator>
      <dc:date>2023-04-19T17:42:05Z</dc:date>
    </item>
  </channel>
</rss>

