Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May 23, 2025 9:23:12 AM
May 16, 2024 9:19:52 AM
This article is intended to guide users on how to work with the Qlik Talend Data Integration connector in Qlik Automate.
Content
The connector is always connected for every user. The user has identical access to data projects as in the Qlik UI.
The connector has the following blocks available:
The purpose of this connector is to allow Qlik Talend Data Integration users to create automations that orchestrate the tasks inside a data project. This provides users more control of when particular tasks need to be run, as well as allowing users to insert other tasks such as integration with third party systems based on particular conditions during the automation.
There's a pipeline in Qlik Talend Data Integration making use of a table of orders and a table of customers.
We can run the register tasks separately as well as the storage tasks. However, the transform task combining the customer and sales data into a single table can only be done once both the storage tasks are complete.
Also, a requirement of running this pipeline is that if one of the storage tasks fails, a ticket needs to be logged on ServiceNow.
See below a sketch of the Qlik Talend Data Integration pipeline:
An automation to run this pipeline can be built in the following way:
Upon running this automation, we will have the desired result. An automation will run the two storage tasks in parallel and only continue when both are completed. If either one has an error, a ticket gets logged to an external system. When there are no issues, the subsequent tasks will be run as well and the pipeline is completed successfully!