8000 feat: retrieve tableau server product name by jorwoods · Pull Request #1631 · tableau/server-client-python · GitHub
[go: up one dir, main page]

Skip to content

feat: retrieve tableau server product name #1631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

jorwoods
Copy link
Contributor
@jorwoods jorwoods commented Jul 5, 2025

Closes #1592

Calls a VizPortal API to retrieve the detailed product name, and attaches it to the TSC.Server object which will make determining what requests to build for things like subscriptions easier. Adds this functionality into the pre-existing use_server_version function because:

  1. Users of the library will already know to call that method.
  2. Users already aware that method makes API calls.

If the request errors or if the payload doesn't match the expected format, defaults to assuming TSC is talking with an on-prem Server instance.

Co-authored-by: emeric-dsj

Closes tableau#1592

Calls a VizPortal API to retrieve the detailed product name, and
attaches it to the TSC.Server object which will make determining
what requests to build for things like subscriptions easier. Adds
this functionality into the pre-existing `use_server_version`
function because:

1. Users of the library will already know to call that method.
2. Users already aware that method makes API calls.

If the request errors or if the payload doesn't match the
expected format, defaults to assuming TSC is talking with an
on-prem Server instance.

Co-authored-by: emeric-dsj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0