I tried to use variable in snowflake task, but I received an error. I read that task can contain only one statement and I think it can be a reason of failure - after variable setting the must be ';' - wchich means that there are at least two statements: variable declaration and main sql script. Or maybe I am missing somethin important in documentation?
Is there any way to place variable in Snowflake task? If not, what is the best workauround for that?