Which COPY option should be used to include column headers when unloading data to Parquet files?
For Parquet unloads, the Snowflake COPY option HEADER = TRUE includes the column headers in the output files.
HEADER = TRUE
Community Discussion