Which semi-structured data formats does Snowflake support?
Snowflake natively supports JSON and Parquet as semi-structured data formats. NDJSON is handled as newline-delimited JSON, not as a distinct file-format type.
Community Discussion