QuestionQ34

Ingest and Process Data

Which metadata does Snowflake maintain for every table during data loading with the COPY INTO command?

Choose two
Explanation

Snowflake maintains per-file load metadata for tables loaded through COPY INTO, including the number of rows parsed in the file and the timestamp of the file’s most recent load. It also tracks items such as file name, size, ETag, and loading errors, but not parsed column counts, last-load datatypes, or source-column names.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!