-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when storing JSON data in SUPER column #156
Comments
Also encountered a similar error, is there a solution? |
Similar to sql, the execution of glue elt(spark) was successful, but the migration to serverless failed. glue dynamically registers schemas. cc @bsharifi |
the same issue. Is there any solution? |
@vnktsh You can check the public docs for examples on how to use the SUPER data type with the connector: |
Hi, does this package support Redshift's
SUPER
datatype?I'm inserting a valid JSON data into SUPER column and getting following error:
This is the main error:
Error (code 1224) while loading data into Redshift: "Format with multiple values without array or object"
This is the data I'm trying to insert (valid json string):
This is my corresponding DDL for table PUBLIC.telemetry_data:
Environment details
Package version:
The text was updated successfully, but these errors were encountered: