tabcmd
tabcmd copied to clipboard
A Python based app that replicates the functionality of the existing TabCMD command line utility
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.
I have tried several times and I keep getting the same message, is there an updated version somewhere/ in development? 
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)
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...
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...
## 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...
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.