It seems that Snowflake `ALTER SESSION` statements cannot currently be followed by other statements. For example: ```sql ALTER SESSION SET QUERY_TAG='tag'; SELECT 42 ``` yields ``` Expected: another option, found: SELECT at Line: 1, Column: 36 ```