Can we pass list or array as parameter to javascript procedure in snowflake?
I am working on procedure which would run weekly and delete a week old data from certain tables. Instead of creating task for individual table, I want to pass table names as list/array.
Please guide.
Thanks in advance!