hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

Adding PAT authentication options and test script #19

Closed jaybythebay closed 1 year ago

jaybythebay commented 1 year ago

@JustinGrilli This is ready for review and will let a user authenticate with either a username and password or PAT. Here are 3 tests:

Exception Thrown when the options are not included

image

Authenticates with User and Password

image

Authenticates with PAT Token and PAT Token Name

image