Brian Cantoni
Brian Cantoni
As a follow-on to some ideas discussed while doing edits in #462, here are some future ideas for some editing and other improvements we can consider: - revisit Tableau version...
Two issues we should look at before doing the next release: **Legacy setup.py warning** ```bash $ pip install tableaudocumentapi Collecting tableaudocumentapi Downloading tableaudocumentapi-0.11.tar.gz (18 kB) Preparing metadata (setup.py) ... done...
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...
Currently the gh-pages branch has most (all?) of the tabcmd code in it as well. I had a clean-up PR #138 to fix that, but Jac suggested that perhaps we...
* Run 2to3 to see what changes are proposed and whether they are needed/worthwhile * Replace obsolete `env` package * Update "samples list" in docs page to mention every sample...
Add handling to recognize "Customized Monthly" as a possible interval type that can be returned for schedules. Also add a test with a simulated xml response to confirm. Fixes #1365
It looks like the TSC support for Webhooks has fallen behind the current REST API implementations. The task here will be to fix the TSC code, docs and samples to...