ParquetFileFormat
Last updated
Last updated
A Parquet file format in Snowflake.
name
(string, required) - The name of the file format.
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.
owner
(string or ) - The owner role of the file format. Defaults to "SYSADMIN".