thoughtspot / cs_tools

Scale your ThoughtSpot adoption with tools created by the ThoughtSpot Solutions Consulting organization.
https://thoughtspot.github.io/cs_tools/
Other
9 stars 6 forks source link

Add ability to transfer ownership of Dataflow jobs #34

Closed DevinMcPherson-TS closed 1 year ago

DevinMcPherson-TS commented 2 years ago

First Stop

Description

There is a separate transfer ownership API for dataflow introduced in 7.2sw. I'd like an additional function in User Management to allow transferring ownership of dataflow jobs. If we want to get fancy, we'll just check the object based on guid and call the right endpoint as opposed to having two different end user functions . Syntax:

curl -X GET ":///dataflow/diapi/transferofownership?fromUserName=&toUserName=" -b 'JSESSIONID='

DevinMcPherson-TS commented 2 years ago

Just realized there is no swagger option for this API so it makes it much harder for customers to use without writing an application. This makes putting it in cs tools SUPER useful.

boonhapus commented 1 year ago

This is resolved as part of V1.4.0 . Check the release notes to learn more.

https://thoughtspot.github.io/cs_tools/changelog/1.4.0

img