<?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: Qlik Replicate - Enable Delta Load even though Source is sending Full Load in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2131883#M7851</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp; - Any update on this please.Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2023 17:26:05 GMT</pubDate>
    <dc:creator>AnitaPrasanna</dc:creator>
    <dc:date>2023-10-25T17:26:05Z</dc:date>
    <item>
      <title>Qlik Replicate - Enable Delta Load even though Source is sending Full Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2130446#M7802</link>
      <description>&lt;P&gt;I am receiving a full data load from an SQL system into Synapse via Qlik Replicate. We truncate the data and perform a full load. In this scenario, we do not have the primary keys&amp;nbsp; of the deleted records. As we further process this data, the compose&amp;nbsp; cannot handle it if the deletion flag is not set in the landing table.&lt;/P&gt;
&lt;P&gt;Is there an option to switch to delta processing in Qlik Replicate even though we are reading the data from the source as a full load? Something like a Pseudo Delta&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your help .Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 15:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2130446#M7802</guid>
      <dc:creator>AnitaPrasanna</dc:creator>
      <dc:date>2023-10-20T15:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - Enable Delta Load even though Source is sending Full Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2130549#M7814</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187251"&gt;@AnitaPrasanna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Welcome to Qlik Community and thanks for the post.&lt;/P&gt;
&lt;P&gt;I guess I did not get the question well, please help me to understand it:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1. I am receiving a full data load from an SQL system into Synapse via Qlik Replicate.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's a Full Load ONLY task from SQL Server to Synapse because of NO PK in the source table (so CDC is not supported). Is that correct?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;2. We truncate the data and perform a full load.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You meant truncate the target side data first, then a Full Load process. Am I right?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;3. In this scenario, we do not have the primary keys&amp;nbsp; of the deleted records.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In which side (source and/or target)? From where and how was DELETE initiated?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;4. Is there an option to switch to delta processing in Qlik Replicate even though we are reading the data from the source as a full load? Something like a Pseudo Delta&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do you mean a column value to indicate the operation type? for example 'INSERT' or 'FRESH' to represent the Full Load?&lt;/P&gt;
&lt;P&gt;Any tips are welcome!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2023 08:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2130549#M7814</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-10-21T08:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - Enable Delta Load even though Source is sending Full Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2130554#M7818</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;- Suppose in SQL Source System i have 100 records (which is daily Truncate) , data is extracted to Landing Table (100 Records- Target System).&lt;/P&gt;
&lt;P&gt;Next day SQL Source System data got truncated have 90 records, data is extracted to Landing (Truncate and Load 90 records)&lt;/P&gt;
&lt;P&gt;The question is in Landing Table (Target System )&amp;nbsp; can i mark the yesterdays 10 records as Delete.&lt;/P&gt;
&lt;P&gt;Currently i am not getting Operations of Insert,Update,Delete from SOurce system as we are doing Full Load.&lt;/P&gt;
&lt;P&gt;Within Target System can i write custom code to set the Deletion Flag Y if todays full load have some missing records from yesterday&lt;/P&gt;
&lt;P&gt;Point 1: PK is there&lt;/P&gt;
&lt;P&gt;Point 2 Yes&lt;/P&gt;
&lt;P&gt;3. As its full Load its truncate so we are not capturing deleted records&lt;/P&gt;
&lt;P&gt;4.We have a deletion flag column in target System- Requires custom code which can update the Flag instead of truncate in Target System .Not getting any operations from Source Sytem&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2023 11:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2130554#M7818</guid>
      <dc:creator>AnitaPrasanna</dc:creator>
      <dc:date>2023-10-21T11:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - Enable Delta Load even though Source is sending Full Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2131883#M7851</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp; - Any update on this please.Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 17:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2131883#M7851</guid>
      <dc:creator>AnitaPrasanna</dc:creator>
      <dc:date>2023-10-25T17:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - Enable Delta Load even though Source is sending Full Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2131981#M7857</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187251"&gt;@AnitaPrasanna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your patience.&lt;/P&gt;
&lt;P&gt;If I understood correctly, this is a question in TARGET side DB only: how can we know some rows are 'deleted' compares to yesterday rows by PK.&lt;/P&gt;
&lt;P&gt;Personally I do not think it's a good approach to handle it within Qlik Replicate tasks, instead, an easier way is using &lt;A title="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/create-use-views#:~:text=Create%20and%20use%20views%20using%20serverless%20SQL%20pool%20in%20Azure%20Synapse%20Analytics" href="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/create-use-views#:~:text=Create%20and%20use%20views%20using%20serverless%20SQL%20pool%20in%20Azure%20Synapse%20Analytics" target="_blank" rel="noopener"&gt;VIEW in&amp;nbsp;Azure Synapse Analytics&lt;/A&gt; to show the soft 'deleted' rows.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 04:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Enable-Delta-Load-even-though-Source-is-sending/m-p/2131981#M7857</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-10-26T04:30:30Z</dc:date>
    </item>
  </channel>
</rss>

