You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
I believe Append is the appropriate choice, try adding:
.mode(SaveMode.Append)
The example in the README is bad, for this. See also the method DynamoDBDataFrameWriter#dynamodb(tableName: String) in implicits.scala. You can see that it specifies SaveMode.Append.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to write a pyspark dataframe (that comes from a parquet file) to DynamoDB, but I am getting the following error:
AnalysisException: TableProvider implementation dynamodb cannot be written with ErrorIfExists mode, please use Append or Overwrite modes instead.;
The code I am using is:
I tried putting
And got error:
AnalysisException: Table dynamo_test does not support truncate in batch mode.;;
The text was updated successfully, but these errors were encountered: