Uh oh!
There was an error while loading. Please reload this page.
@W-19831625: Add UAT support to TSC JWT Login - #1671
Conversation
Thanks for the contribution! It looks like @BereketBirbo is an internal user so signing the CLA is not required. However, we need to confirm this. |
bcantoni
commented
Oct 20, 2025
Close and reopen to see if it clears the CLA issue. |
@BereketBirbo please update your PR to fix the Black formatting issues (docs here: https://tableau.github.io/server-client-python/docs/dev-guide#code-and-commit) |
BereketBirbo
commented
Oct 20, 2025
@bcantoni I have fixed the black formatting issues. Thank you |
| def __init__( | ||
| self, | ||
| jwt: str, | ||
| isUat: Optional[bool] = False, |
There was a problem hiding this comment.
Is None a valid value for isUat? Optional indicates that it is.
There was a problem hiding this comment.
it is, but I just pushed another version making isUat just True or False as that is more clear
BereketBirbo
commented
Oct 21, 2025
bcantoni
left a comment
There was a problem hiding this comment.
Everything looks good - thanks @BereketBirbo for the changes
bcantoni
commented
Dec 23, 2025
Corresponding doc changes: #1718 |
added UAT (unified access token/ tableau cloud unified jwt) support for TSC JWT login