Skip to content

Conversation

@jacalata
Copy link
Contributor

No description provided.

securehstand others added 30 commits January 19, 2024 12:27
feat: allow viz height and width parameters
I'm not fully clear on where these might come from, but this change should let TSC work in such cases. Fixes#1349
 Merge pull request #1357 from jorwoods/jorwoods/wb_pub_desc
Add support for daily (24 hour) intervals for tasks
Update Actions to include Python 3.12 and reduce duplicate test runs
* Add data acceleration & data freshness policy functions * Add unit tests and raise errors on missing params * fix types & spell checks * addressed some feedback * addressed feedback * cleanup code * Revert "Merge branch 'add_data_acceleration_and_data_freshness_policy_support' of https://github.com/tableau/server-client-python into add_data_acceleration_and_data_freshness_policy_support" This reverts commit 5b30e57, reversing changes made to 5789e32. * fix formatting * Address feedback * mypy & formatting changes
In some cases, Tableau Server might have a different between the advertised total number of object and the actual number returned via the Pager. This change adds one more check to prevent errors from happening in these situations. Fixes#1304
jacalataand others added 24 commits June 19, 2024 16:22
chore: type hint QuerySet and QuerySetEndpoint
Tableau REST API docs recently show this being supported. Adding it to TSC. Closes#157
Bring development branch up to date with master
chore: ignore known internal warnings on tests
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.
@jorwoods
Copy link
Contributor

I think #1417 should be considered for inclusion in this release or closed. #1417 removes a method that would be introduced in this release and becomes a breaking change if that method goes out.

feat: allow setting page_size in .all and .filter
@bcantoni
Copy link
Contributor

Thanks @jorwoods for catching that -- I've merged that PR in to development.

Draft release notes of all the changes in v0.32:

@bcantonibcantoni merged commit 257cf61 into masterJul 27, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@jacalata@jorwoods@bcantoni@securehst@ltiffanydev@liu-rebecca@PatrickfBraz