Ian Robinson

Results 20 comments of Ian Robinson

Hi @dh-nickbilozerov Thanks for reporting this. I merged a change this morning that addresses this: https://github.com/awslabs/amazon-neptune-tools/pull/184 I've also published a fresh version of the jar to https://s3.amazonaws.com/aws-neptune-customer-samples/neptune-export/bin/neptune-export.jar ian

I think we need to pin gremlin-python to < 3.5.0 at the moment until Neptune supports 3.5.0. I'll look into doing that.

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

Hi @imercier. Thanks for reporting this. Please can you tell me a little more about how you are using neptune-python-utils: is it in a Lambda function, an EC2 instance or...

Thanks for the details @imercier. I'll try and reproduce this setup. A couple of things to check: - Are you able to connect with this setup if IAM DB auth...

I've been able to reproduce this, and identify a fix. When using a tunnel or load balancer, we need to sign using the Neptune host name and also add this...

That looks like the region name returned by boto3.session.Session() is None. You can supply a region_name to an Endpoints instance.

Thanks @imercier I do in fact have changes that will allow querying an IAM DB auth enabled database through a proxy (such as a bastion host or load balancer), but...

Hi @cloudronin – Thanks for reporting this. Can you identify the specific records that the tool is trying to export at the point where it fails, and provide some details...

Hi Murphy Thanks for reporting this. I'll look into it over the next week. Kind regards ian On Tue, 25 Feb 2020 at 13:46, Murphy Crosby wrote: > I had...