<?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 Get connection ID in Qlik Cloud Data Integration in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2477764#M2606</link>
    <description>&lt;P&gt;Hello guys,&lt;/P&gt;
&lt;P&gt;I'm using Qlik Cloud Data Integration (QCDI) and I have to duplicate the same project multiple times for multiple sources.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I exported one project and I am changing the information in order to import all these projects afterward and save time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there is one information I need to find and not so easy to find. It is the source connexion ID. For now, I need to create the connection, then create a project with an empty task and finally export the project to have this ID. Is there a way easier to find it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Quentin&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 21:48:59 GMT</pubDate>
    <dc:creator>QuentinSEB</dc:creator>
    <dc:date>2025-03-19T21:48:59Z</dc:date>
    <item>
      <title>Get connection ID in Qlik Cloud Data Integration</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2477764#M2606</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;
&lt;P&gt;I'm using Qlik Cloud Data Integration (QCDI) and I have to duplicate the same project multiple times for multiple sources.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I exported one project and I am changing the information in order to import all these projects afterward and save time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there is one information I need to find and not so easy to find. It is the source connexion ID. For now, I need to create the connection, then create a project with an empty task and finally export the project to have this ID. Is there a way easier to find it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Quentin&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2477764#M2606</guid>
      <dc:creator>QuentinSEB</dc:creator>
      <dc:date>2025-03-19T21:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get connection ID in Qlik Cloud Data Integration</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2494726#M2868</link>
      <description>&lt;P&gt;Hi Quentin,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm in exactly the same situation.&lt;/P&gt;
&lt;P&gt;It feels logical to me that Qlik ought to include "ID" in the list of connections under&amp;nbsp;/data-integration/connections/all&lt;BR /&gt;&lt;BR /&gt;Until then, I suspect that the best solution may be to setup a dummy project using the ID You're intending to switch to, then Export that, rip out the connection section from the JSON and paste it into your existing JSON ready for import.&lt;/P&gt;
&lt;P&gt;It's not intuitive and it's not efficient, but it is what it is.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 16:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2494726#M2868</guid>
      <dc:creator>Andrew_ENT</dc:creator>
      <dc:date>2024-11-26T16:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get connection ID in Qlik Cloud Data Integration</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2494776#M2871</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;On import via the UI - you can select the new connection at import time.&amp;nbsp; Any new connection can be re-assigned.&amp;nbsp; This means you don't need to manually assign / capture the ID.&amp;nbsp; &amp;nbsp; If you are programmatically trying to adjust your json, there are API's to get connection lists that can also be used -&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/data-connections/#get-v1-data-connections" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections/#get-v1-data-connections&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, we just released integration with Version Control (GitHub specifically) and a set of Export/Import API's.&amp;nbsp; &amp;nbsp;This adjusts the project export when using VC or the API to a more granular set of objects but also includes a BINDINGS file which can be used to align resources that may change throughout different environments.&amp;nbsp; &amp;nbsp;These API's are documented here -&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/di-projects/" target="_blank"&gt;https://qlik.dev/apis/rest/di-projects/&lt;/A&gt;.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Export a Project&lt;BR /&gt;Import a Project&lt;/P&gt;
&lt;P&gt;Get Export Variables and Update Export variables allow you to programmatically assign the bindings&amp;nbsp; (like connection ID or target database / schema for each task )&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/231381"&gt;@Andrew_ENT&lt;/a&gt;&amp;nbsp; - would like to chat about the need for the ID in the UI - if that makes your deployment lifecycle easier - to understand the use case.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 22:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2494776#M2871</guid>
      <dc:creator>TimGarrod</dc:creator>
      <dc:date>2024-11-26T22:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get connection ID in Qlik Cloud Data Integration</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2494856#M2872</link>
      <description>&lt;P&gt;Thanks Tim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to get it working this morning. It still felt a little fiddly, but I've been able to write some notes so that hopefully next time it will be a bit smoother.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 09:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Get-connection-ID-in-Qlik-Cloud-Data-Integration/m-p/2494856#M2872</guid>
      <dc:creator>Andrew_ENT</dc:creator>
      <dc:date>2024-11-27T09:12:41Z</dc:date>
    </item>
  </channel>
</rss>

