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
* Update publish_workbook.py
Added below arguments, without this there is a sign-in error on publishing a test file to Tableau Online
parser.add_argument('--sitename', '-S', default='', help='sitename required')
tableau_auth = TSC.TableauAuth(args.username, password,site_id=args.sitename)
* Update publish_workbook.py
Edits (as requested) to publish workbooks on Tableau Online which removes the Sign-in Error.
* Update publish_workbook.py
0 commit comments