
Is there anyway to increase the limit of fetching of documents in python. Couldnt find any medium from the internet. Please help.

Have you tried query.limit(5000)?

Doesnt work. i am trying to get the datas in python btw. couldnt find any documentations listed with python using queries

from appwrite.query import Query
databases.list_documents('[DATABASE_ID]','[COLLECTION_ID]',[
Query.limit(5000),
])

Are you doing something like this?

Oh man thanks a lot. I got it fixed now. i had issues while importing appwrite.query and i tried to uninstall and reinstall the module and now it is fixed

Cool beans!

[solved] cannot use queries in python when listing documents

[SOLVED] cannot use queries in python when listing documents
Recommended threads
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
