Hi, is it possible to use `DynamicParameters` with the Snowflake SQL? Example of the Snowflake query using variable: ``` set id = 2; SELECT * FROM NATION N WHERE N.N_NATIONKEY = $id ```