LoginSignup
0
1

More than 3 years have passed since last update.

AWS Glueで "No enum constant com.amazonaws.services.glue.FileFormat.DYNAMODB"

Posted at

AWS Glueジョブを作成しようとした時、以下のようなエラーが出ることがある。

No enum constant com.amazonaws.services.glue.FileFormat.DYNAMODB

原因

データターゲットにDynamoDBを指定しているから

対策

データターゲットをDynamoDB以外のものとする

所感

データソースがDynamoDBだとデフォルトでデータターゲットもDynamoDBとなる? 自動で入力されていた。
自動で入力されていたのに上記のエラーが出る辺り、実にAWSらしい。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1