Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Hrishikesh
Contributor III
Contributor III

How can I run multiple Data Mart Post Loading ETL in parallel

We created 4 Post Loading ETL scripts in Snowflake for Data Mart, each one runs for ~ 30 to 40 secs. Is there a way for me to run them in parallel?

Labels (3)
2 Replies
TimGarrod
Employee
Employee

Hi @Hrishikesh  - currently the Post load ETL steps execute serially in Compose.  The only way to have Compose execute additiional statements in parallel would be to create multiple Command Tasks and put them in a workflow in Compose. 

If executing Post Load ETL for Data Marts in parallel is an important feature - please use the Ideation section of this community to post an idea / feature request and tag it for Qlik Compose.

rudyreeder
Contributor
Contributor


@TimGarrod wrote: run 3

Hi @Hrishikesh  - currently the Post load ETL steps execute serially in Compose.  The only way to have Compose execute additiional statements in parallel would be to create multiple Command Tasks and put them in a workflow in Compose. 

If executing Post Load ETL for Data Marts in parallel is an important feature - please use the Ideation section of this community to post an idea / feature request and tag it for Qlik Compose.


Okay, that makes sense. Thanks for the answers.