ParquetFileFormat
A Parquet file format in Snowflake.
Examples
Python
YAML
Fields
name
(string, required) - The name of the file format.owner
(string or Role) - The owner role of the file format. Defaults to "SYSADMIN".compression
(string) - The compression type for the file format. Defaults to "AUTO".binary_as_text
(bool) - Whether to interpret binary data as text. Defaults to True.trim_space
(bool) - Whether to trim spaces. Defaults to False.replace_invalid_characters
(bool) - Whether to replace invalid characters. Defaults to False.null_if
(list) - A list of strings to be interpreted as NULL.comment
(string) - A comment for the file format.
Last updated