Skip to content

Commit f00de1c

Browse files
committed
docs: clarify docs
1 parent 6294dc5 commit f00de1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

awswrangler/redshift/_write.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,10 @@ def copy( # noqa: PLR0913
648648
The size that will be set for all VARCHAR columns not specified with varchar_lengths.
649649
varchar_lengths
650650
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
651655
keep_files
652656
Should keep stage files?
653657
use_threads

0 commit comments

Comments
 (0)