Skip to content

Tags: tableau/tabcmd

Tags

v2.0.18

Toggle v2.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v2.0.18 (#353)

dev/2_17_issues_fix

Toggle dev/2_17_issues_fix's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding the specified height & width to export PDF request (#345)

v2.0.17

Toggle v2.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Promote code for 2.0.17 (#341)

A fast following update with a packaging fix

fix ubuntu and max-x64 executables are missing a dependency #337
fix get: implement size parameters (--width and --height) #94
fix Filtering does not work for a full workbook (--fullpdf) #233

v2.0.16

Toggle v2.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Promote code for 2.0.16 (#335)

- filter workbooks for export
- incremental extract refresh
- publish with replacement

v2.0.15

Toggle v2.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #319 from tableau/development

feature: custom views 
infra: automated release builds

v2.0.14

Toggle v2.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #294 from tableau/development

handle case sensitivity in import users
handle spaces in filter parameters for export
fix mac packaging error
fix file handling in export command
add proxy capability
add options to extract commands

v2.0.13

Toggle v2.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/setup-python from 4 to 5 (#270)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.0.12

Toggle v2.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Push code for 2.12 (#259)

Fixes, code enhancements
* remove lowercase call while parsing csv for adding users
* set user agent (#219)
* Add and clean up logging, always include version in logs (#234, #224)
* Encoding filter values to handle spaces and special chars in filters  (#225)
* replace polling code with library call
* readme updates (#235)
* Read and warn when user sets thumbnail options. (including 'not yet implemented' message for --thumbnail-group)
* freeze tsc dependency (#248)

New functionality
* added new --filter option to pass in un-encoded value for simpler input
* Add --url, --include-all/--embedded-datasources for create/refresh/delete extract commands (#227)
* Add new command for listing content on the site (#230)
* Implement publishing options overwrite/append/replace arguments (including not-yet-implemented message for --replace) (#236)
* implement --proxy, --no-proxy,  --use-certificate option  (#241)
* add --token-file option (#243)

---------

Co-authored-by: Bhuvnesh Singh <[email protected]>

pypi

Toggle pypi's commit message

v2.0.11

Toggle v2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
push code for 2.11 (#229)

* make usernames case sensitive in import
* Set user agent (#219)
* add logging to check signin failure
* add flows and --detail option to listing output
* encoding filter values to handle spaces and special chars in filters, added new --filter option to pass in un-encoded value for simpler input
* add --url, --include-all/--embedded-datasources for create/refresh/delete extract commands
* replace polling code with library call

---------

Co-authored-by: Bhuvnesh Singh <[email protected]>