Commit 1e089b4
Release 0.14.0 (#724)
* 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
* Updates changelog and contributors list for v0.14.0
Co-authored-by: Madhura Selvarajan <MADHURA0910@GMAIL.COM>1 parent 74348f3 commit 1e089b4
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
1 | 14 | | |
2 | 15 | | |
3 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments