Snowflake trigger not working: choosing warehouse #364
Labels
area/plugin
Plugin-related issue or feature request
bug
Something isn't working
good first issue
Great issue for new contributors
Expected Behavior
When I use the Snowflake jdbc trigger, I want to be able to choose the virtual warehouse used in that session.
Either via the Kestra parameter "warehouse", or by firing several SQL commands, "USE WAREHOUSE WH; SELECT 1;"
neither is working. only workaround is to give the authenticated user a default warehouse.
(the actual jdbc tasks also seem to work fine, at least for the Query I could set a warehouse and it got used)
Actual Behaviour
Error when using the Kestra parameter "warehouse":
Error when firing 2 SQL commands in the same session:
multi-statement support from Snowflake's SQL-api: https://docs.snowflake.com/en/developer-guide/sql-api/submitting-multiple-statements#specifying-multiple-sql-statements-in-the-request
Steps To Reproduce
Environment Information
Example flow
No response
The text was updated successfully, but these errors were encountered: