s3.to_parquet: append mode #1120
-
Hi, I've been trying the s3.to_parquet function with mode = "append". I know that we cannot directly update data/tables in s3/athena but the s3.to_parquet documentation says that mode = append will UPSERT to an existing table. But based on my trials, it only appends data and doesn't perform updates. Any thoughts? Thanks! Here's my code sample: Documentation: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @raestadilla, I believe that part of the docs references how the |
Beta Was this translation helpful? Give feedback.
Hi @raestadilla, I believe that part of the docs references how the
parameters
of the Glue table would be modified as a result of an append with new columns. It's confusing though so will clarify the documentation. Thanks