hello
where trying to access snowflake from input data tool, i have this message
Error: Entrée de données (1): Erreur SQLExecute : No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.
when trying to add
ALTER WAREHOUSE “XX” RESUME IF SUSPENDED;
USE WAREHOUSE “XX”;
in pre-sql code, I have those errors
Error: Input Data (1): Executing PreSQL: "ALTER WAREHOUSE “XX” RESUME IF SUSPENDED;" : SQL compilation error:
syntax error line 1 at position 16 unexpected '“F'.
Error: Input Data (1): Error running PreSQL: "ALTER WAREHOUSE “XX” RESUME IF SUSPENDED;
USE WAREHOUSE “XX”;": SQL compilation error:
syntax error line 1 at position 16 unexpected '“F'.
same if I don't use semi columns
the warehouse is configured in the ODBC entry
ODBC driver used : Snowflake DSIIDriver 2.25.11.00
would it mean some parameters are not used ?