Metabase: v0.38.0.1
Google Chrome: Version 90.0.4430.212 (Official Build) (arm64)
OS: maxOS Big Sur 11.3.1
SQL: Snowflake
select *
from [any_table_name]
limit {{num_days}} + 7
This creates this unexplained syntax error: 
When I connect to a postgres db, the above code works perfectly fine without the syntax error, but it does not work in Snowflake.