
## What does Atlan crawl from ThoughtSpot?

URL: https://docs.atlan.com/apps/connectors/business-intelligence/thoughtspot/references/what-does-atlan-crawl-from-thoughtspot

> Once you've [crawled ThoughtSpot](/apps/connectors/business-intelligence/thoughtspot/how-tos/crawl-thoughtspot), you can [use connector-specific filters].

Once you've [crawled ThoughtSpot](https://docs.atlan.com/llms/connectors/thoughtspot/crawl-thoughtspot/llms.txt), you can [use connector-specific filters](https://docs.atlan.com/llms/catalog/discovery/use-the-filters-menu/llms.txt) for quick asset discovery. The following filters are currently supported for all ThoughtSpot assets:

- Tags and chart type filters

Atlan supports lineage for the following ThoughtSpot assets:

- [Answers](#answers-) - upstream lineage to tables, views, or worksheets from multiple sources (if applicable), no downstream lineage
- [Visualizations](#visualizations-) - upstream lineage to tables, views, or worksheets from multiple sources (if applicable)
- [Liveboards](#liveboards-) - upstream lineage to visualizations
- [Tables](#tables-) - upstream lineage to source tables, and column-level lineage between ThoughtSpot tables and worksheets
- [Views](#views-) - upstream lineage to ThoughtSpot tables or worksheets, and column-level lineage between ThoughtSpot views and worksheets
- [Worksheets](#worksheets-) - upstream lineage to ThoughtSpot tables or views from multiple sources (if applicable)

Atlan crawls and maps the following assets and properties from ThoughtSpot.

:::warning
Currently, Atlan only represents the assets marked with 🔀 in lineage.
:::

## Answers 🔀

Atlan maps answers from ThoughtSpot to its `ThoughtSpotAnswer` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `metadata_header.name` | `name` | asset profile and overview sidebar |
| `metadata_header.description` | `description` | asset profile and overview sidebar |
| `metadata_header.created` | `sourceCreatedAt` | asset profile and properties sidebar |
| `metadata_header.modified` | `sourceUpdatedAt` | asset profile and properties sidebar |
| `metadata_header.authorDisplayName` | `sourceCreatedBy` | asset profile and properties sidebar |
| `question.text` | `thoughtspotQuestionText` | properties sidebar |
| `metadata_header.tags` | `assetTags` | asset filter and overview sidebar |
| `visualisations.chart_type` | `thoughtspotChartType` | asset filter and profile, overview sidebar |

## Visualizations 🔀

Atlan maps visualizations from ThoughtSpot to its `ThoughtspotDashlet` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `metadata_header.name` | `name` | asset profile and overview sidebar |
| `metadata_header.description` | `description` | asset profile and overview sidebar |
| `metadata_header.created` | `sourceCreatedAt` | asset profile and properties sidebar |
| `metadata_header.modified` | `sourceUpdatedAt` | asset profile and properties sidebar |
| `metadata_header.authorDisplayName` | `sourceCreatedBy` | asset profile and properties sidebar |
| `question.text` | `thoughtspotQuestionText` | properties sidebar |
| `visualisations.chart_type` | `thoughtspotChartType` | asset filter and profile, overview sidebar |
| `metadata_header.name` | `thoughtspotLiveboardName` | API only |

## Liveboards 🔀

Atlan maps Liveboards from ThoughtSpot to its `ThoughtspotLiveboard` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `metadata_header.name` | `name` | asset profile and overview sidebar |
| `metadata_header.description` | `description` | asset profile and overview sidebar |
| `metadata_header.created` | `sourceCreatedAt` | asset profile and properties sidebar |
| `metadata_header.modified` | `sourceUpdatedAt` | asset profile and properties sidebar |
| `metadata_header.authorDisplayName` | `sourceCreatedBy` | asset profile and properties sidebar |
| `metadata_header.tags` | `assetTags` | asset filter and overview sidebar |

## Tables 🔀

Atlan maps tables from ThoughtSpot to its `ThoughtspotTable` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `metadata_header.name` | `name` | asset profile and overview sidebar |
| `metadata_header.description` | `description` | asset profile and overview sidebar |
| `metadata_header.created` | `sourceCreatedAt` | asset profile and properties sidebar |
| `metadata_header.modified` | `sourceUpdatedAt` | asset profile and properties sidebar |
| `metadata_header.authorDisplayName` | `sourceCreatedBy` | asset profile and properties sidebar |
| `length(metadata_detail.relationships[])` | `thoughtspotJoinCount` | asset preview and profile |
| `length(metadata_detail.columns[])` | `thoughtspotColumnCount` | asset preview and profile |
| `metadata_header.tags` | `assetTags` | asset filter and overview sidebar |

## Views 🔀

Atlan maps views from ThoughtSpot to its `ThoughtspotView` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `metadata_header.name` | `name` | asset profile and overview sidebar |
| `metadata_header.description` | `description` | asset profile and overview sidebar |
| `metadata_header.created` | `sourceCreatedAt` | asset profile and properties sidebar |
| `metadata_header.modified` | `sourceUpdatedAt` | asset profile and properties sidebar |
| `metadata_header.authorDisplayName` | `sourceCreatedBy` | asset profile and properties sidebar |
| `length(metadata_detail.relationships[])` | `thoughtspotJoinCount` | asset preview and profile |
| `length(metadata_detail.columns[])` | `thoughtspotColumnCount` | asset preview and profile |
| `metadata_header.tags` | `assetTags` | asset filter and overview sidebar |

## Worksheets 🔀

Atlan maps worksheets from ThoughtSpot to its `ThoughtspotWorksheet` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `metadata_header.name` | `name` | asset profile and overview sidebar |
| `metadata_header.description` | `description` | asset profile and overview sidebar |
| `metadata_header.created` | `sourceCreatedAt` | asset profile and properties sidebar |
| `metadata_header.modified` | `sourceUpdatedAt` | asset profile and properties sidebar |
| `metadata_header.authorDisplayName` | `sourceCreatedBy` | asset profile and properties sidebar |
| calculated using unique source and destination table pairs from join paths | `thoughtspotJoinCount` | asset preview and profile |
| `length(metadata_detail.columns[])` | `thoughtspotColumnCount` | asset preview and profile |
| `metadata_header.tags` | `assetTags` | asset filter and overview sidebar |

## Columns 🔀

Atlan maps columns from ThoughtSpot to its `ThoughtspotColumn` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `metadata_header.name` | `name` | asset profile and overview sidebar |
| `metadata_header.description` | `description` | asset profile and overview sidebar |
| `metadata_detail.dataType` | `thoughtspotColumnDataType` | asset preview and filter, overview sidebar |
| `metadata_detail.type` | `thoughtspotColumnType` | asset preview and filter, overview sidebar |

---
