<?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 Databricks token update in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2103412#M7003</link>
    <description>&lt;P&gt;I have too many cdc pipelines currently running, with databricks aws as target, it is getting difficult to update token manually every 30 days so i have to 2 questions&lt;BR /&gt;&lt;BR /&gt;1. Is it possible to update the token using rest api's?&lt;/P&gt;
&lt;P&gt;2. Can i update the token using python script using selenium webdriver library ? If yes any additional precautions?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 09:13:17 GMT</pubDate>
    <dc:creator>HarshulB</dc:creator>
    <dc:date>2023-08-08T09:13:17Z</dc:date>
    <item>
      <title>Databricks token update</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2103412#M7003</link>
      <description>&lt;P&gt;I have too many cdc pipelines currently running, with databricks aws as target, it is getting difficult to update token manually every 30 days so i have to 2 questions&lt;BR /&gt;&lt;BR /&gt;1. Is it possible to update the token using rest api's?&lt;/P&gt;
&lt;P&gt;2. Can i update the token using python script using selenium webdriver library ? If yes any additional precautions?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 09:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2103412#M7003</guid>
      <dc:creator>HarshulB</dc:creator>
      <dc:date>2023-08-08T09:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks token update</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2103608#M7005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/241245"&gt;@HarshulB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can export the task using below QEM API call and update the token before importing back to the Replicate.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_exportTask.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_exportTask.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_importTask.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_importTask.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Note: Make sure to stop and resume the task if the token got expired already.&lt;/P&gt;
&lt;P&gt;LIMITATION as below:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If a connectivity-token to Databricks expires during a task, you must stop and resume the task once the new token is set.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Replicate/Main/Databricks%20Lakehouse%20(Delta)/databricks_delta_lakehouse_limitations.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2023/Content/Replicate/Main/Databricks%20Lakehouse%20(Delta)/databricks_delta_lakehouse_limitations.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 15:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2103608#M7005</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2023-08-08T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks token update</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2103942#M7018</link>
      <description>&lt;P&gt;Hi Swathi,&lt;BR /&gt;I tried the method you mentioned&lt;BR /&gt;i am using below mentioned rest api&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;https://&lt;/SPAN&gt;&lt;SPAN class="syntax"&gt;{Host}&lt;/SPAN&gt;&lt;SPAN&gt;/attunityenterprisemanager/api/v1/servers/&lt;/SPAN&gt;&lt;SPAN class="syntax"&gt;{ServerName}&lt;/SPAN&gt;&lt;SPAN&gt;/tasks/&lt;/SPAN&gt;&lt;SPAN class="syntax"&gt;{TaskName}&lt;/SPAN&gt;&lt;SPAN&gt;?action=export&amp;amp;withendpoints=&lt;/SPAN&gt;&lt;SPAN class="syntax"&gt;{withendpoints}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;For testing purpose, i changed the token/password manually(i.e without script) and tried to import the task back, but the test connection is not working. From the password in the json i suppose, there is some type of password encryption in the file.&lt;BR /&gt;&lt;BR /&gt;Please let me know for further details&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 10:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2103942#M7018</guid>
      <dc:creator>HarshulB</dc:creator>
      <dc:date>2023-08-09T10:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks token update</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2105052#M7040</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/241245"&gt;@HarshulB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Besides&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144170"&gt;@SwathiPulagam&lt;/a&gt;&amp;nbsp;comments, I'd like to show a feature enhancement request link,&amp;nbsp;&lt;A title="Create automatically new Databricks Token - Qlik Replicate" href="https://community.qlik.com/t5/Suggest-an-Idea/Create-automatically-new-Databricks-Token-Qlik-Replicate/idi-p/2014670#:~:text=Within%20Databricks%20Endpoints,ID%20and%20Secret)." target="_blank" rel="noopener"&gt;Create automatically new Databricks Token - Qlik Replicate&lt;/A&gt;. You may vote for it, or open a new one.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 07:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2105052#M7040</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-08-12T07:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks token update</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2105475#M7043</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/241245"&gt;@HarshulB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please test if&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_patchEndpointSettings.htm" target="_blank" rel="noopener"&gt;PatchEndpoint&lt;/A&gt;&amp;nbsp;API meets your need.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 10:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Databricks-token-update/m-p/2105475#M7043</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-08-14T10:20:56Z</dc:date>
    </item>
  </channel>
</rss>

