Swarnika
Swarnika
TFDThoughtSpot For Developers
Created by zen on 4/23/2025 in #dev-help
zen - Hi team, I am fetching the technical meta...
1. Dependency APIs (https://developers.thoughtspot.com/docs/dependent-objects-api) GET /tspublic/v1/dependency/logicalcolumn: This API returns a list of objects that depend on a specific logical column, helping you trace how a column is referenced or used in other objects. GET /tspublic/v1/dependency/logicaltable: This shows which objects depend on a given table, helping you map relationships at the table level. GET /tspublic/v1/dependency/logicalrelationship: This is useful for understanding how columns are joined between tables, which is a key part of mapping and transformation logic. GET /tspublic/v1/dependency/physicalcolumn and GET /tspublic/v1/dependency/physicaltable: These endpoints help you trace dependencies at the physical data layer, which is important for understanding the lineage from source to logical objects. GET /tspublic/v1/dependency/pinboard: if you need to see how visualizations or dashboards depend on underlying data objects. 2. Metadata APIs (https://developers.thoughtspot.com/docs/metadata-api) /tspublic/v1/metadata/details and /tspublic/v1/metadata/listobjectheaders. These APIs let you fetch detailed metadata about tables, columns, worksheets, views, and their relationships. You can use these to get GUIDs and further details required for dependency queries. • Subtype filtering: For columns, you can filter by subtypes such as FORMULA to specifically find columns that are derived or transformed via formulas, which is directly related to ETL-like transformations. 3. Security APIs (https://developers.thoughtspot.com/docs/security-api): While not directly about mapping or transformation, the security APIs can show you permission inheritance and sharing, which may be relevant if you need to understand access control as part of your data flow
5 replies
TFDThoughtSpot For Developers
Created by zen on 4/23/2025 in #dev-help
zen - Hi team, I am fetching the technical meta...
Could you please elaborate on what exactly you mean by mapping and transformation details? There is no single API which can help you here in your case. You will have to take help from a combination of the APIs you listed.
5 replies
TFDThoughtSpot For Developers
Created by Vivek on 4/14/2025 in #dev-help
Vivek - Hi - I opened a case (Case No 00391976)...
@shikharTS should we ask this from IAM team?
10 replies
TFDThoughtSpot For Developers
Created by Vivek on 4/14/2025 in #dev-help
Vivek - Hi - I opened a case (Case No 00391976)...
@Vivek Need your cluster configuration like which setup are you using okta/saml/local?
10 replies
TFDThoughtSpot For Developers
Created by Vivek on 4/14/2025 in #dev-help
Vivek - Hi - I opened a case (Case No 00391976)...
Please allow me some time. Taking a look at it.
10 replies
TFDThoughtSpot For Developers
Created by Mark Gorman on 3/11/2025 in #dev-help
Mark Gorman - Hi I have a question about ismand...
No, there is no way to make certain users exempt from the mandatory filter.
5 replies
TFDThoughtSpot For Developers
Created by Shubham on 1/14/2025 in #dev-help
Shubham - Hi team , one of our customer is usin...
You can pass any JIT params as part of the log-in params themselves while using the /api/rest/2.0/auth/token API.
3 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
API
33 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
You can send a request to an endpoint that requires authentication and check the response status. eg. /session/info
33 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
Debugging the Reload Issue: Verify there are no scripts clearing cookies on page reload. Check if your browser or application settings are preventing cookie persistence (e.g., incognito mode or strict privacy settings).
33 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
Yes, you can check for the presence of JSESSIONID to determine if a session is active. However, remember: The cookie is invalidated upon logout but may not be deleted from the browser. Simply checking for the presence of JSESSIONID doesn’t guarantee that it is still valid.
33 replies
TFDThoughtSpot For Developers
Created by Nikhil Kumaran S on 10/8/2024 in #dev-help
Hi Team, while choosing source, can we
Hi @Nikhil Kumaran S See if this is what you are looking for https://developers.thoughtspot.com/docs/Interface_SearchViewConfig#_datasource
6 replies
TFDThoughtSpot For Developers
Created by Mohsin Manzoor Bhat on 10/3/2024 in #dev-help
Is Develop tab also visible for
cluster version
17 replies
TFDThoughtSpot For Developers
Created by Mohsin Manzoor Bhat on 10/3/2024 in #dev-help
Is Develop tab also visible for
@Mohsin Manzoor Bhat could you please help us with the version details?
17 replies
TFDThoughtSpot For Developers
Created by Praveen K on 9/26/2024 in #dev-help
Hi team, I am trying to update the Tag
are you still facing the problem?
5 replies
TFDThoughtSpot For Developers
Created by wallyflops on 9/24/2024 in #help
Error 500 on Commit API v2
yes sure, even after following the doc you get into some trouble, let us know.
8 replies
TFDThoughtSpot For Developers
Created by wallyflops on 9/24/2024 in #help
Error 500 on Commit API v2
There are a few things you need to take care of before hitting git/branches/commit api. Please checkout https://developers.thoughtspot.com/docs/git-configuration#_configure_git_repository
8 replies