Skip to content

python(fix): Allow normal pagination for fetching data.#397

Closed
ian-sift wants to merge 7 commits into
mainfrom
proper-pagination-data
Closed

python(fix): Allow normal pagination for fetching data.#397
ian-sift wants to merge 7 commits into
mainfrom
proper-pagination-data

Conversation

@ian-sift
Copy link
Copy Markdown
Contributor

@ian-sift ian-sift commented Nov 20, 2025

Tested on a dataset w/ >10,000 points and was stuck at 10k before (channel data max page size). Now able to get ~150k for it

start_time: datetime | None = None,
end_time: datetime | None = None,
limit: int | None = None,
max_results: int | None = None,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other resources used limit for the purpose, why change the arg name?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the real issue here was the math i was doing w/ page size but was just a rush to unblock Gui. Opened a different PR to fix that and do things the same way we do for channels list #399

@ian-sift ian-sift closed this Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants