Skip to content

[BUG] Gremlin profile fails on older Neptune DB versions #693

@michaelnchin

Description

@michaelnchin

Community Note

  • Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Describe the bug

When using %%gremlin profile on Neptune Database v1.2.0.0.R4, the default value for the --profile-serializer (GRAPHSON_V3_UNTYPED) option results in the following error:

Screenshot 2024-09-17 at 6 52 28 PM

This engine version only supports the following following serializers:

"application/json" or "GRAPHSON"
"application/vnd.gremlin-v1.0+json" or "GRAPHSON_V1"
"application/vnd.gremlin-v2.0+json" or "GRAPHSON_V2"
"application/vnd.gremlin-v3.0+json" or "GRAPHSON_V3"

Expected behavior

%%gremlin profile should work out of the box with DB 1.2 major version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Resolved

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions