davidm
6 years agoNew Contributor
Loading JSON to Snowflake
Hi,
Been trying to load json data into VARIANT data field in Snowflake. I want to avoid writing externally like an S3 bucket and then doing a bulk upload. I prefer to do it straight load to Snowflake.
I’ve tried the following snaps and it keeps failing.
- Snowflake Bulk Upload - fail
- Snowflake Bulk Merge - fail
- Snowflkae Insert - slow but it works (but had to remove all other fields )
My table is a mix of VARHCAR (3 columns) and 1 VARIANT.
Question, I have is what is the suitable SNAP for loading JSON into Snowflake?
Thanks,
David