Replies: 2 comments 2 replies
-
That's strange @tdasmoh -- the Viz GUID column in the Model seems to be populating on our internal clusters. Do you find the same issue on the column in TS: BI Server Worksheet vendored by ThoughtSpot? One thing to note is that the However, what you're trying to do is going to be very difficult. This is because TS: BI Server is an activity log of API calls (system, private, and public ones made by users), and will not align well to the query data you find in BQ. If the goal is traceability between ThoughtSpot and BQ, ThoughtSpot has an alternate Model that should align identically to BQ, called Query Stats. With the extractor tool, you could extract data from this table much like we do in the Searchable model. I wrote a gist for this in Snowflake a few years back, the principles are the same as this method -- as this Query Stats model in ThoughtSpot is the table version of this query comment. |
Beta Was this translation helpful? Give feedback.
-
Hi @boonhapus Is there a way to link the data given in query stats to the object/dependent object metadata files we are extracting using the searchable tool? Ideal end goal is that from the Query Stats data we have access to, we can identify the answer search or chart which fired the query by name or id. |
Beta Was this translation helpful? Give feedback.
-
Hi team,
We're trying to work on a linkage between each query fired into Google BQ each time a TS interaction is made and link it back to the exact visualisation which triggered it. Our approach to this is that we currently have the bi_server data available to us via CS tools. We are also being provided an information schema for all the queries with data populated by TS. If we could link bi_server data to the information schema data, then we believe it will give us the traceable linkage we need.
However, the bi_server data extracted using does not have the viz_id column populated. We are under the assumption that the cs_tools bi server gives us the copy of the actual BI server maintained by TS. If this is the case, then is it also Null in the TS bi server? If not then would it be possible to have it exposed in the cs tools data?
Looking forward to your response
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions