I've created an S3 [external] stage and uploaded csv files into \stage*.csv folder. I can see stage content by doing list @my_stage.
if I query the stage select $1,$2,$3,$4,$5,$6 from @my_s3_stage it looks like I'm randomly picking up files.
So I'm trying to select from specific file by adding a pattern PATTERN => job.csv
This returns no results.
Note: I've used snowflake for all of 5 hours so pretty new to syntax