[Feature]: Support USE_LOGICAL_TYPE on snowflake file_format #3250
Labels
feature-request
Used to mark issues with provider's missing functionalities
resource:file_format
Issue connected to the snowflake_file_format resource
Use Cases or Problem Statement
We're setting up snowflake as our primary data warehouse. We are provisioning our schemas via terraform using the snowflake terraform provider. We need
FILE_FORMAT
s with theUSE_LOGICAL_TYPE
option set to true as our stage will be storing parquet files. This format option was introduced in 2023, but it does not appear from the documentation that this option is supported.We've needed to manually modify our file formats to, for example, set the timestamp_format property to the format we expect which is iso 27001 i believe.
Category
category:resource
Object type(s)
resource:file_format
Proposal
Have the FILE_FORMAT object type support the USE_LOGICAL_TYPE option.
How much impact is this issue causing?
Low
Additional Information
This provider has been very useful to us! Thank you for building and maintaining it.
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: