Giter Site home page Giter Site logo

Comments (3)

moderakh avatar moderakh commented on September 28, 2024

@george-deamont You can get the results in pages using fetch_next_block however that requires keeping an instance of QueryIterator in memory since we currently do not expose the continuation token to the user's code.

Exposing continuation token to the user's code for queries against partitioned collection is in our roadmap, but for the time being please keep an instance of QueryIterator and use fetch_next_block to the results in pages.

from azure-cosmos-python.

stephane-tagheuer avatar stephane-tagheuer commented on September 28, 2024

I have the same expectations as @george-deamont .
Reading and updating the SDK code on my side, I have been able to achieve what I wanted, modifying this line:

if 'continuation' in options and self._is_change_feed:

options["continuation"] is overridden by default. I don't really understand why this behavior is not allowed to the end user.

My use-case is to write a paginated API endpoint which rely on cosmos-db for pagination purpose. The continuation token is a good candidate for my use-case.
@moderakh, keeping the QueryIterator is not possible in my case as I am writing a stateless service which will be deployed on several instances.
Any clue to help me implement my use-case, a paginated endpoint using markers ?

from azure-cosmos-python.

southpolesteve avatar southpolesteve commented on September 28, 2024

Closing this issue due to age. Active development of our Python SDK has moved to https://github.com/Azure/azure-sdk-for-python. We have also released 4.0 which includes many updates and new features. If this issue still needs our attention, please reopen it in the new repository.

from azure-cosmos-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.