[Bug]: snowflake_file_format resource ignores USE_LOGICAL_TYPE and REPLACE_INVALID_CHARACTERS #3185
Labels
bug
Used to mark issues with provider's incorrect behavior
resource:file_format
Issue connected to the snowflake_file_format resource
Terraform CLI Version
1.9.8
Terraform Provider Version
0.96.0
Company Name
PGGM
Terraform Configuration
Category
category:resource
Object type(s)
resource:file_format
Expected Behavior
After running
terraform apply
runningDESCRIBE FILE FORMAT
in Snowflake shows:REPLACE_INVALID_CHARACTERS
set toTRUE
An option in Terraform called
use_logical_type
with the same default as the Snowflake which sets (and checks when planning) theUSE_LOGICAL_TYPE
property for the relevant file formats.Additionally, running
And rerunning
terraform apply
does not detect changes in the configuration, leading me to suspect it's not being checked in the provider.Actual Behavior
After running
terraform apply
runningDESCRIBE FILE FORMAT
in Snowflake shows:REPLACE_INVALID_CHARACTERS
set toFALSE
USE_LOGICAL_TYPE
set toFALSE
The defaults for both these properties
Steps to Reproduce
DESCRIBE FILE FORMAT db_name.schema_name.ff_parquet_default
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: