In which locations can a data file format be specified in Snowflake?
Snowflake supports file-format specification when creating a named file format, when creating a stage, and directly in a COPY INTO command. A stage can reference a named file format or define format options inline; COPY INTO can likewise use a named format or inline options. Warehouses, tables, and storage integrations do not define data-file parsing formats.
COPY INTO
Community Discussion