-
Hi, We are encountering some errors and looking for help on solving them. The tool is Searchable deploy. It is giving out errors including "Tables do not exist" and "external with name... does not exist in connection". The tables that do not exist are: TS_GROUP_MEMBERSHIP The external tables that do not exist are: ..ts_bi_server When I log into ThoughtSpot in the browser with an admin account, all of the "TS: ..." titled items we have are worksheets and none of them are tables. An example would be "TS: Query Stats Worksheet". Looking forward to your response, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Hey @ash-peng , have you run the commands
I would recommend using the latest version of CS Tools (v1.5.9) if you're on any dialect other than Snowflake. |
Beta Was this translation helpful? Give feedback.
@ash-peng that all makes sense, good to hear about the move to dbx! It's a fantastic database.
CS Tools fetches information about ThoughtSpot metadata from the ThoughtSpot APIs. The data supporting those APIs actually resides in a ts-internal proprietary database that customers are not able to interact with directly.
There is no harm in storing the data that CS Tools fetches, in Databricks, and re-exposing it via its own Connection. This is actually the preferred method - creating a separate connection entirely.