You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 beneficial in:
Troubleshooting tabcmd issues to determine whether its a tabcmd issue or some sort of RestAPI version issue
Help avoid any regression in REST API by manually specifying server API version to manually fallback on a older version if needed
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 beneficial in:
example usage:
tabcmd login -s -u -p --apiversion (optional) "x.x"
The text was updated successfully, but these errors were encountered: