Skip to content

Fix Generators to instead use pagination #707

Closed
@kzscisoft

Description

@kzscisoft

Currently there is no real benefit to using the generators as the RestAPI call will retrieve all the data and then yield from it in cache. This should be modified to instead use count and index parameters within the RestAPI for cases where a large volume of data may be retrieved, and to then use yield so to the user the retrieval result by result is seamless.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions