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 'list' methods only show an ID and name, which isn't always enough.. Fixing #268 These are the new arguments list: {projects,workbooks,datasources,flows} View content --machine Format output as csv for...

Does anyone have a timeline/priority for the implementation of incremental refreshes? This seems to be an ongoing limitation.

parity
in-progress

I have tried several times and I keep getting the same message, is there an updated version somewhere/ in development? ![image](https://github.com/user-attachments/assets/5ff567eb-38ee-4e34-8ec7-1a6b2b7b6f7a)

enhancement
needs review

As stated above `v2.0.14` tabcmd reported success if given `--server http://prod-apnortheast-a.online.tableau.com` but resulted in no change in user & group settings. - Fixed by using `--server https://prod-apnortheast-a.online.tableau.com` (https)

bug

I can only find very old examples of people attempting this online. I'm wondering if anyone that is active in Tabcmd project has done this before and could provide any...

Hi, I'm exporting a dashboard as a pdf and cycle through different parameters to get separate pdfs and save them locally. Around half the PDFs are exported with no issue...

bug

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.8 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

## Summary Refactored E2E tests to use pytest fixtures with finalizers instead of `@pytest.mark.order` decorators, addressing the issue raised in #366 about managing test order numbers manually. ## Problem The...

Does pytest have a teardown concept? Consider using it so these mark orders don't have to get increased if we ever had more than 30 actual tests. Maybe `@pytest.fixture` with...

enhancement
good first issue

Addresses #307 This changelist removes any remaining hardcoded strings and replaces them with calls to the localized strings. The strings are not necessarily localized yet.