<?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: Automatically enable Change Data Feed on each table from Qlik Replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495197#M13304</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on my understanding, we cannot add a new query. Additionally, not all queries are eligible for modification.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2024 01:30:51 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2024-11-29T01:30:51Z</dc:date>
    <item>
      <title>Automatically enable Change Data Feed on each table from Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495004#M13295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;A client needs to enable Change Data Feed on their target tables. &lt;A href="https://docs.databricks.com/en/delta/delta-change-data-feed.html" target="_self"&gt;Change Data Feed&lt;/A&gt; is a setting in Databricks. As they are using Databricks SQL Warehouse type compute, they are forced to enable it on each table manually.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wondering if there is an internal parameter which allows us to enable this on each table automatically from the Qlik Replicate side? Otherwise, the alternative is to run a full load, stop the task, then enable the setting on each table manually.&lt;/P&gt;
&lt;P&gt;Help with this is much appreciated as always. If there is no solution, that's ok. Thank you!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 01:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495004#M13295</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2024-11-28T01:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically enable Change Data Feed on each table from Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495012#M13296</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We don't have internal parameters to enable the change data feed. &lt;BR /&gt;&lt;BR /&gt;According to the Databricks website, we can enable the change data feed option through the CREATE TABLE statement. I suggest you try editing the syntax file, but I haven't tested it myself.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regarding customizing the syntax file, you can refer to this article:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-custom-target-endpoint-syntax/ta-p/1957189" target="_blank" rel="noopener"&gt;Qlik Replicate: How to custom target endpoint syntax.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 05:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495012#M13296</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-11-28T05:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically enable Change Data Feed on each table from Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495014#M13297</link>
      <description>&lt;P&gt;Hi Desmond,&lt;/P&gt;
&lt;P&gt;Thanks for the help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 05:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495014#M13297</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2024-11-28T05:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically enable Change Data Feed on each table from Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495191#M13303</link>
      <description>&lt;P&gt;Hi Desmond,&lt;/P&gt;
&lt;P&gt;Is it possible to edit the "query_syntax" section of the provider syntax.json file to add an additional new custom query that will execute on each table when the task is stopped and resumed? e.g add a new query called "add_change_data_feed":&amp;nbsp; &amp;nbsp;"alter table ..."&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Can I only edit the pre-existing queries here?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 23:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495191#M13303</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2024-11-28T23:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically enable Change Data Feed on each table from Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495197#M13304</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on my understanding, we cannot add a new query. Additionally, not all queries are eligible for modification.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 01:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495197#M13304</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-11-29T01:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically enable Change Data Feed on each table from Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495198#M13305</link>
      <description>&lt;P&gt;Hi Desmond,&lt;/P&gt;
&lt;P&gt;Ok thanks for the info.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 01:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Automatically-enable-Change-Data-Feed-on-each-table-from-Qlik/m-p/2495198#M13305</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2024-11-29T01:31:46Z</dc:date>
    </item>
  </channel>
</rss>

