tabcmd
tabcmd copied to clipboard
A Python based app that replicates the functionality of the existing TabCMD command line utility
From the release notes: "Known gaps from classic tabcmd: custom views are not supported in any operations" I work at an org that has MFA enabled, so this is my...
- print instead of log used in exit method - group.add_argument("schedule", help="Name of the schedule to run") - help="Assigns the authentication type for all users in the CSV file. Possible...
We faced network issue when waiting for PDF to download/generate (takes 5-10min), because TCP connection waiting too long and no packets being sent in TCP. In our case connection is...
A customer reported that their old script for tabcmd 1 stopped working in tabcmd 2. They used the entire workbook URL as the server value: tabcmd.exe login -s https://prod-useast-b.online.tableau.com/#/site/gtam/workbooks/1305217/views -t...
Currently with the `export` command the image is always exported with `high` resolution causing issues with customer image exports. Provide an optional argument in export command to request for `high`...
We have been using the command prompt to connect and refresh Tableau data sources through JAMS. Before the Hyperforce upgrade, we used tabcmd 1.0 with the following command: tabcmd login...
I noticed that specifying the `:size` option with `tabcmd get` didn't work and always gave the same size when getting a view with a fixed width and height. However, when...
Here is the command I was using to test: tabcmd publish workbook.twbx --no-certcheck --tabbed -r "project" -o -s https://10ay.online.tableau.com -t "url" --token-name "TokenName" --token-value "xxxxxxxxxxxxxxxxxxxxxx" then got this error: Tabcmd...
Some of the design choices here are made because we have a lot of users with existing scripts written for this app, and we aim for all of these scripts...
See package validation failures here: https://github.com/tableau/tabcmd/actions/runs/12688585562 Ubuntu: Run ./dist/ubuntu/tabcmd [2842] Module object for pyimod02_importers is NULL! Traceback (most recent call last): File "PyInstaller/loader/pyimod02_importers.py", line 22, in File "", line 259,...