Skip to content

Unable to use finder for version>202404 with cursor based pagination. #61

Description

@Nitanshubajpai

Finder function is using CollectionResponseFormatter to format response where getattr function is used to unpack metadata from json and it's throwing None value. example: metadata=getattr(data, "metadata", None).
There should have been used data.get('metadata','None') since metadata is a key not an attribute.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions