Hello, I have a response from a HTTP client stage that has been pivoted. Some of the fields are lists and these return errors when trying to load into Snowflake.
Ideally I’m trying to get the lists (array) inserted as JSON in variant columns for flattening later.
I can use a JSON parser however I need to do that for every field and there are some cases where the fields are dynamic.