Skip to content

Thoughtspot

Base class for ThoughtSpot assets.

Reference documentation

This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand managing ThoughtSpot assets in Atlan. For that, we would suggest starting with either:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.
classDiagram
    direction RL
    class Thoughtspot {
        <<abstract>>
    }
    link Thoughtspot "../thoughtspot"
    class BI {
        <<abstract>>
    }
    link BI "../entities/bi"
    BI <|-- Thoughtspot : extends
    class Catalog {
        <<abstract>>
    }
    link Catalog "../entities/catalog"
    Catalog <|-- BI : extends
    class Asset {
        <<abstract>>
    }
    link Asset "../entities/asset"
    Asset <|-- Catalog : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../entities/referenceable"
    Referenceable <|-- Asset : extends
    class ThoughtspotLiveboard
    link ThoughtspotLiveboard "../entities/thoughtspotliveboard"
    Thoughtspot <|-- ThoughtspotLiveboard : extends
    class ThoughtspotDashlet
    link ThoughtspotDashlet "../entities/thoughtspotdashlet"
    Thoughtspot <|-- ThoughtspotDashlet : extends
    class ThoughtspotAnswer
    link ThoughtspotAnswer "../entities/thoughtspotanswer"
    Thoughtspot <|-- ThoughtspotAnswer : extends

Properties

These attributes are specific to instances of Thoughtspot (and all of its subtypes).

thoughtspotChartType

TBC

thoughtspotQuestionText

TBC

Relationships

The following illustrates how the various ThoughtSpot objects inter-relate with each other:

erDiagram
    Connection ||..o{ ThoughtspotLiveboard : ""
    Connection ||..o{ ThoughtspotAnswer : ""
    ThoughtspotLiveboard |o--o{ ThoughtspotDashlet : thoughtspotDashlets