Question

I would like to create a data pipeline which will export data from dynamoDB and import it to s3. everything seems fine but there is a problem because , my data on dynamoDB is binary and pipeline settings , there is not accepted data type as binary.

What can i do about it ?

Cheers,

Was it helpful?

Solution

You can create your own Hive Script that exports data from dynamoDB to S3. (Samples)

You would need to disable staging to run your own Hive Script (An example to do this here).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top