Is there a way to call a stored procedure in Snowflake asynchronously from Matillion?
currently, we are calling from either the SQL script ot the Jython Script.
But, in both the cases, the Matillion component waits for the command(stored procedure) to complete.
The Snowflake procedure is a time intensive one and hence the job keeps on running in Matillion.
we Only need to call the Stored procedure and thats it.
Is there any way to do this ?