I am trying to place my snowflakes into git repository. Some of the part are environment specific, like use schema analytics_dev ### I will have to change this while deploying to qa and stuff.
I was thinking if could replace these with variable like this
set env='dev' use schema analytics+$env
But this an error "SQL compilation error: syntax error line 1 at position 20 unexpected '+'." How do I achieve this functionality?