I have created a file with multiple DMLs. And then I call that file from SNOWSQL
client.
Is is possible to do that same via snowpipe
so that I don't need to call the file manually every time?
Below is the script that I am using in snowsql
client:
snowsql -a <Account> -u <user> -f <Filepath>\Insert.sql -f <Filepath>\Update.sql ;
Snowpipe can be used to Insert the data automatically with below limitations.