Snowflake Stored Procedure binding argument error

If you run into the below error, when trying to execute a stored procedure in Snowflake,

Execution error in store procedure

Unsupported type for binding argument

One of the causes could be, that the Execute command of the SQL is referring to a Variable that isn’t defined, most likely, misspelt.

Do check if that’s the case.

Hope this helps.

Leave a comment