tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
648 stars 416 forks source link

feat: allow setting page_size in .all and .filter #1417

Open jorwoods opened 2 weeks ago

jorwoods commented 2 weeks ago

1399 introduced a with_page_size method that allowed a user to specify the page_size of requests in the chains. It felt awkward in practice, so this moves it to be a keyword only argument of the .all and .filter methods for querysets.

As #1399 has not yet been merged into master, this should be a non breaking change for consumers of TSC.