awslabs / emr-dynamodb-connector

Implementations of open source Apache Hadoop/Hive interfaces which allow for ingesting data from Amazon DynamoDB
Apache License 2.0
216 stars 135 forks source link

DynamnoDBExport support for query criteria #160

Open billonahill opened 2 years ago

billonahill commented 2 years ago

DynamnoDBExport supports exporting an entire table only. It would also be useful to export a subset of a table based on a criteria on a GSI. PR #159 shows an example for how we could support this. It's a prototype can could be cleaned up and contributed if desired? Would this be a welcome contribution?

billonahill commented 2 years ago

This is related to issue #157