amazon-neptune-tools icon indicating copy to clipboard operation
amazon-neptune-tools copied to clipboard

[glue-neptune] Add support for single cardinality properties

Open triggan opened this issue 4 years ago • 1 comments

The glue-neptune library currently uses the header formats from the Neptune bulk load API as a means of providing a schema/column headers for the Data Frame used for upserting into Neptune. As of Neptune release 366, the bulk loader API now allows for defining single cardinality properties (https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.0.1.0.200366.0.html). We need to extend glue-neptune to support this same format and then also issue the upserts as properties(Cardinality.single,,) when used.

triggan avatar Sep 11 '19 23:09 triggan

See: https://github.com/awslabs/amazon-neptune-tools/tree/master/neptune-python-utils#batch-inserts-and-upserts

iansrobinson avatar Jun 29 '21 13:06 iansrobinson

Closing this issue

iansrobinson avatar Dec 07 '22 08:12 iansrobinson