If a query is used to unload a 1 TB table to a stage, which keyword appears in Query History?
Snowflake unloads data from a table to a stage with the COPY INTO <location> command. Therefore, Query History shows the COPY keyword for the operation.
COPY INTO <location>
COPY
Community Discussion