[X] I have read and agreed to the ThoughtSpot Dev Tools EULA.
[X] I understand that if I have a critical issue with ThoughtSpot, I should reach out to my designated Account Executive and Solutions Consultant team instead of cs_tools.
[X] I searched the cs_tools documentation, with the integrated search.
Platform Configuration
Description
I've been running a cs_tools tools searchable gather and a cs_tools tools searchable bi-server weekly. Today, I got the below issues with both:
ValidationError: 4 validation errors for LoggedInUser
privileges -> 8
value is not a valid enumeration member; permitted: 'AUTHORING',
'ADMINISTRATION', 'USERDATAUPLOADING', 'DATADOWNLOADING', 'DEVELOPER',
'SHAREWITHALL', 'DATAMANAGEMENT', 'EXPERIMENTALFEATUREPRIVILEGE', 'RANALYSIS',
'SYNCMANAGEMENT', 'PREVIEW_THOUGHTSPOT_SAGE', 'JOBSCHEDULING', 'A3ANALYSIS',
'BYPASSRLS', 'DISABLE_PINBOARD_CREATION', 'LIVEBOARD_VERIFIER'
(type=type_error.enum; enum_values=[<GroupPrivilege.innate: 'AUTHORING'>,
...
🤓 This is an unhandled error! 🤓
...
It looks like it relates to the ctx.obj.thoughtspot.login() call in thoughtspot.py. I just verified that I can still log-in to our ThoughtSpot account via the web.
Hey @paulkaefer , if you upgrade to v1.4.16, you should be able to get past this issue. In prior versions, we were too strict about the privilege enumeration.
First Stop
Platform Configuration
Description
I've been running a
cs_tools tools searchable gather
and acs_tools tools searchable bi-server
weekly. Today, I got the below issues with both:The traceback points to:
It looks like it relates to the
ctx.obj.thoughtspot.login()
call inthoughtspot.py
. I just verified that I can still log-in to our ThoughtSpot account via the web.