Change the dashboard and datacard urls in the lists page.
We are using thoughtspot embed.
We want to change the dashboard and datacard urls in the lists page from thoughtspot urls to our app urls.
I tried changing it from the develop tab in thoughtpsot - https://syncari.thoughtspot.cloud/#/develop/links but it didn't work/doesn't have other link fields....
Can't add "Manage alerts" option to the widget's actions?
Background:
The React/JavaScript/TypeScript app runs a liveboard embed using the
@thoughtspot/visual-embed-sdk
library. The code passes a few actions.
```tsx
import { Action, LiveboardEmbed as LiveboardEmbedRef } from '@thoughtspot/visual-embed-sdk';...
Error 500 on Deploy API
I am getting a 500 error when attempting to use the
POST /api/rest/2.0/vcs/git/commits/deploy
API to deploy my TS objects from source control when using a .NET HttpClient. We use this HttpClient to automate the deploy process using Github actions. I get the 500 error whether I use VALIDATE_ONLY
or PARTIAL
. 500
{"error":{"message":{"debug":{"code":13000,"incident_id_guid":"e5cf314e-45dc-446d-8055-4a963de80eee","debug":"Index: 1, Size: 1"}}}}Working with TS support, they were able to find the deploy logs that contain the issue with the objects that couldn't be deployed. ...
Error 500 on Commit API v2
Hi
I am trying to commit a liveboard from one branch to another.
Here is the code I'm using: https://gist.github.com/wallyflops/9d68b4cd1d94dae4f610e192e1fcfc63
...