I am able to read parameters from a local config file on SnowFlake ( using SnowSQL ). But in production environment, SQL will be running in a automated manner (using SnowFlake Tasks).
I have created a task in Snowflake which calls a Stored Procedure. The Stored procedure takes few parameters which I want to read from a config file. So that same Stored Procedure can be used for multiple similar use cases.
Please suggest if there is any work around.
Reference Link : https://docs.snowflake.net/manuals/user-guide/tasks-intro.html
Although it says "Note that a task does not support account or user parameters."