A Data Engineer is creating a pipe by running the following statement:
create or replace pipe mypipe auto_ingest=true as copy into mytable from @mystage;
The Data Engineer adds a file named data.csv.gz to the stage, and it loads successfully into the mytable table.
What would cause data.csv.gz to be loaded a second time?
Choose two
Community Discussion