Max - Hello team,I am working on automation of...
Hello team,
I am working on automation of our sources to ThoughtSpot to minimize time to delivery, could you help guide to me right API calls, if they exist?
Idea of my workflow is:
I have source: Simple existing Table inside Source (Snowflake, BigQuery)
I would like to propagate this Table to end users programatically. I imagine I have to do in order:
1. Create Connection to Particular Table - /api/rest/2.0/connection/create
2. Subsequently create a Model/Worksheet from that table, enable Spotter - is there an API that supports converting Connection to Spotter Enabled Model / Worksheet? I was not able to find one
3. Maybe also generate some Answer via Spotter AI API from that Model - /api/rest/2.0/ai/answer/create is there also a way to generate LiveBoards programatically?
Thank you
1 Reply
1. yes use the create connection api
2. You can use a TML to achieve all of this. You can create a worksheet from the tables and then change the properties in the TML to enable spotter using this :
properties:
sage_config:
is_sage_enabled: true
3. Again you can use the TML to generate liveboards programatically