Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
@TimGarrod wrote: run 3Hi @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.