We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6294dc5 commit f00de1cCopy full SHA for f00de1c
awswrangler/redshift/_write.py
@@ -648,6 +648,10 @@ def copy( # noqa: PLR0913
648
The size that will be set for all VARCHAR columns not specified with varchar_lengths.
649
varchar_lengths
650
Dict of VARCHAR length by columns. (e.g. {"col1": 10, "col5": 200}).
651
+ serialize_to_json
652
+ Should awswrangler add SERIALIZETOJSON parameter into the COPY command?
653
+ SERIALIZETOJSON is necessary to load nested data
654
+ https://docs.aws.amazon.com/redshift/latest/dg/ingest-super.html#copy_json
655
keep_files
656
Should keep stage files?
657
use_threads
0 commit comments