Replies: 1 comment 1 reply
-
Year old question but I had the same issue so answering if anyone else comes across this
null_if = [""] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For the
file_format
resource, I don't seem to be able to produce a terraform declaration that results inCREATE FILE FORMAT ... NULL_IF=()
.If I set
null_if = []
then it simply omits theNULL_IF
, defaulting to[\\N]
.Beta Was this translation helpful? Give feedback.
All reactions