Open
Description
Hi,
I'm unable to use Begin; ... Commit; in ExecuteAsync(). I'm getting the following error -
" Snowflake.Client.Model.SnowflakeException : Query execution failed. Message: Multiple SQL statements in a single API call are not supported; use one API call per statement instead."
Is there a workaround or something so that I can use transaction?