I am loading csv files from Amazon S3 to Snowflake via a Snowflake External Stage pointing at Amazon S3 using the COPY command.
Is it possible to identify files that have already been processed by Snowflake?
I have explored listing from the external stage and querying the metadata for the external stage
Ideally, this data would output as a flag which I can query in SQL.