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 (#694)
* 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
* Merge pull request #745 from tableau/fix_732
Server versions before 2020.1 do not accept encoded query param delimiters
* Merge pull request #757 from tableau/fix_754
Fixes issue #754 by moving file read logic inside generator
* Updates changelog for v0.14.1
* MANIFEST.in: Add docs and test data
Closes#779
Co-authored-by: Chris Shin <cshin@tableau.com>
Co-authored-by: Madhura Selvarajan <MADHURA0910@GMAIL.COM>
0 commit comments