Skip to content

Conversation

@spanglerco
Copy link
Collaborator

What does this Pull Request accomplish?

Python client support for restricting the number of rows returned by the export table data route. The default is to return all rows.

Why should this Pull Request be merged?

Enables using the export route as an undecimated dump of table data while restricting the number of rows to avoid retrieving more data than expected.

What testing has been done?

Tests pass. Ran the export_data example against a table with over 100,000 rows and verified the resulting CSV file only contained 100,000 rows.

@spanglerco spanglerco merged commit 2932991 into master Dec 10, 2025
13 checks passed
@spanglerco spanglerco deleted the users/pspangle/df-export-take branch December 10, 2025 23:02
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.

3 participants