We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1c675 commit b90473dCopy full SHA for b90473d
samples/update_connections_auth.py
@@ -35,7 +35,7 @@ def main():
35
logging_level = getattr(logging, args.logging_level.upper())
36
logging.basicConfig(level=logging_level)
37
38
- tableau_auth = TSC.TableauAuth(args.token_name, args.token_value, site_id=args.site)
+ tableau_auth = TSC.PersonalAccessTokenAuth(args.token_name, args.token_value, site_id=args.site)
39
server = TSC.Server(args.server, use_server_version=True)
40
41
with server.auth.sign_in(tableau_auth):
0 commit comments