Skip to content

Defect 1426854: [Tabcmd WAM] Login doesn't fail graciously with clear errors when the site is missing - #141

Merged
jacalata merged 1 commit into
developmentfrom
jac/tfs-1426854-login
Jul 13, 2022
Merged

Defect 1426854: [Tabcmd WAM] Login doesn't fail graciously with clear errors when the site is missing#141
jacalata merged 1 commit into
developmentfrom
jac/tfs-1426854-login

Conversation

@jacalata

Copy link
Copy Markdown
Contributor

New output: a) with valid account for default site
Creating new session
===== Server: http://near-win1.tsi.lan
===== Username: jfitzgerald
Tableau Server Site: Default Site
Connecting to the server...
Succeeded
b) with invalid account for default site
===== Server: http://near-win1.tsi.lan
===== Username: jfitzgerald
Tableau Server Site: Default Site
Connecting to the server...

    401001: Signin Error
            Error signing in to Tableau Server

New output:
Creating new session
=====   Server: http://near-win1.tsi.lan
=====   Username: jfitzgerald
Tableau Server Site: Default Site
Connecting to the server...
Succeeded

=====   Server: http://near-win1.tsi.lan
=====   Username: jfitzgerald
Tableau Server Site: Default Site
Connecting to the server...

        401001: Signin Error
                Error signing in to Tableau Server
@jacalata jacalata changed the title Update session.py Defect 1426854: [Tabcmd WAM] Login doesn't fail graciously with clear errors when the site is missing Jul 13, 2022
@jacalata
jacalata merged commit e62bc12 into development Jul 13, 2022
@jacalata
jacalata deleted the jac/tfs-1426854-login branch July 13, 2022 05:36
jacalata added a commit that referenced this pull request Aug 11, 2022
* --save-db-password flag thinks it should get an argument
 * updated several other publishing arguments that had the same problem
* change argument from "token" to "token-value" so it is not a substring of "token-name", remove the 2-letter short arguments
*  format a nice help output
* TFS 1428581 publish project (#139)
* groups and users fix
* Update session.py (#141)
* clearly indicate when using the default site
* Jac/tfs 1428582 create edit site (#146)
* Getting workbook works as expected, but appends extra file extensions
* Fix get view, get csv (#143)
* Change install destination (#150)
* Jac/publish to folder gives an error (#145)
* Jac/delete command can't find item (#144)
* filter for items in project
* separate the use of ds/wb as flags vs as argument names
* update publish_samples to call shared project logic
* Add command to list items of a given content type (#153)
Co-authored-by: Brian Cantoni <bcantoni@salesforce.com>
Co-authored-by: Bhuvnesh Singh <bhuvnesh.singh@salesforce.com>
jacalata added a commit that referenced this pull request Nov 10, 2022
Dropped support for python < 3.9
Changed argument from "token" to "token-value" so it is not a substring of "token-name", remove the 2-letter short arguments

Release 2.0.6
* add step to list dependencies for licensing
* Defect 1427376: [Tabcmd WAM] --save-db-password flag thinks it should get an argument (#134)
* Fix exit_with_error handling (#137)
* TFS 1428581 publish project (#139)
* Defect 1426885: [Tabcmd WAM] addusers and removeusers error, fix deletegroup (#140)
* clearly indicate when using the default site (#141)
* Fix export success log message params (#142)
* Jac/tfs 1428582 create edit site (#146)
* Fix get view, get csv file extensions (#143)
* Change install destination to /tabcmd instead of /src (#150)
* Defect 1428581: [Tabcmd WAM] Publishing to projects other than default throws an error  (#145)
* Jac/delete command (#144)
* Jac/e2e test workflow (#154)
* Add command to list items of a given content type (#153)
* make export use filters, add tests (#164)
* Fix some e2e tests (#166)
* Trace logging and bug fix (#165)

Release 2.0.7
* Implement command line and url parameters for get/export (#175)
* recognize more values for yes on command line (#173)
* fully port to pyproject.toml (#182)
* implement pdf layout/page type (#184, #169)
* tfs 1427025: Confusing error message related to sign-in (#187), (#190)
* stop duplicate logging in session
* extract encryption defaults to false (#193)
* call sites endpoint correctly (#194)
* publish data source to Tableau Cloud for published live connection with Tableau Bridge (#195)

Co-authored-by: Brian Cantoni <bcantoni@salesforce.com>
Co-authored-by: Bhuvnesh Singh <bhuvnesh.singh@salesforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants