Required settings
- Redshift endpoint
- Schema name
- Service account

Creating a service account
Advanced
JSON data as SUPER
JSON data as SUPER
Artie will create the table with a SUPER data type if the source data is JSON.This is useful:
- It allows you to use the data as-is without having to parse it into a JSON value.
- It allows you to store data up to 16MB rather than the
VARCHAR(MAX)
limit of 65,535 bytes.