How to set a field to NULL using the Redshift Data API? #2621
Labels
documentation
This is a problem with documentation.
needs-triage
This issue or PR still needs to be triaged.
Describe the issue
AWS indicates that you cannot set a value to NULL nor can you set a zero-length value. Is there a way to handle this using the Redshift Data API?
My code:
As you can see, if the value is empty, we're using a literal string 'null' and would prefer to store it as NULL. How can I achieve this?
Links
https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html
AWS Go SDK V2 Module Versions Used
No response
The text was updated successfully, but these errors were encountered: