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: 
amba1
Contributor III
Contributor III

Call Snowflake procedure from Talend job

Hello,

In snowflake, I call my procedures to calculate some durations using the following command: call CALCULATEDURATION();

How can i call that procedure out of a job?

For postgres, I used tdbrow and it worked fine, but tsnowflake row does not seem to work

[ERROR]: org.talend.components.snowflake.runtime.SnowflakeRowStandalone - Query execution has failed. Please validate your query.

net.snowflake.client.jdbc.SnowflakeSQLException: Stored procedure execution error: Scoped transaction started in stored procedure is incomplete and it was rolled back.

best regards

Labels (3)
1 Reply
Anonymous
Not applicable

@Not defined Not defined​ there is no a dedicated component for calling Snowflake procedure like other DB types, try the suggestion by manodwhb in this post.

 

Regards

Shong