parse_header
attribute cannot be set to true
in snowflake_file_format
resource
#2176
Labels
bug
Used to mark issues with provider's incorrect behavior
Provider Version
0.75.0
Terraform Version
1.4.6
Describe the bug
I keep getting the error
even though I haven't set skip_header. I also tried setting it to
0
or evennull
but it still doesn't work.Expected behavior
After glancing at the provider implementation I think that is the culprit is
ResourceData.Get
because it returns0
even if the field is set tonull
or not set at all. Example usage:terraform-provider-snowflake/pkg/resources/file_format.go
Line 355 in 01a774c
Code samples and commands
works
throws:
The text was updated successfully, but these errors were encountered: