tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

A Python based app that replicates the functionality of the existing TabCMD command line utility

Results 74 tabcmd issues
Sort by recently updated
recently updated
newest added

The new string references do not have translations, but those are being done. When they are returned we will simply have to copy them into the existing files.

enabled 'check_untyped_defs' so that methods without explicit type identifiers are still checked by mypy. Found a number of places that this didn't work, so created comments to make an exception...

enhancement

Building with pyinstaller v6 caused the executable to trigger automated malware alerts. Changing back to build with v5.13 gets an almost clean scan. tabcmd 0.13 from github built with pyinstaller...

As an enhancement, could we add a parameter to tabcmd so we can specify the server API version to use? Tableau server client library supports this, and it could be...

feature add

Hi I am facing issues to login using tabcmd when using PATs as login credentials. The reason I want to use PATs is that my org previously implemented MFA ps:...

question

If a report is created to use live connection, the downloaded file will be `filename.twb` even when twbx is defined in the cmd using `--filename "filename.twbx"`.

bug
in-progress

Tested in another repo: https://github.com/jacalata/tabcmd/actions

We don't need the full stack trace on exit for users to see, but we should keep it in the logs. @jacalata to your comment about adjusting/trimming the debug logs,...

enhancement

Hi, thank you for building this great tool! I'd like to raise a query about running an export command on a Tableau dashboard view. I am using the same export...

documentation
Needs Investigation

https://github.com/tableau/tabcmd/pull/162 introduced the Get command for a datasource. The url for a datasource download is unclear and as described in https://kb.tableau.com/articles/howto/downloading-a-published-extract-using-tabcmd not visible in the url. I use following command...

question
Needs Investigation