
## What does Atlan crawl from Sisense?

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

> During a Sisense crawl, Atlan extracts metadata for Dashboards, Widgets, Data Models, Data Model Tables, and Folders. Reference tables map each Sisense property to its Atlan asset.

Once you've [crawled Sisense](https://docs.atlan.com/llms/connectors/sisense/crawl-sisense/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 these asset types:

- Dashboards:
 - _Widget count_ filter - filter dashboards by widget count
- Data models:
 - _Type_ filter - filter data models by `live` or `extract` (formerly called Elasticube) type
- Data model tables:
 - _Tags_ filter - filter data model tables by Sisense tags
 - _Is hidden_ filter - use this filter to find hidden data model tables

Atlan extracts metadata for Dashboards, Widgets, Data Models, Data Model Tables, and Folders from Sisense and maps each property to its internal asset model. The tables below list which Sisense properties are read and how they appear on the corresponding Atlan asset.

:::warning

Currently, Atlan only represents the assets marked with 🔀 in lineage. Column-level lineage is not supported at present.

:::

## Dashboards 🔀

Atlan maps dashboards from Sisense to its `SisenseDashboard` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `title` | `name` | asset profile and overview sidebar |
| `desc` | `description` | asset profile and overview sidebar |
| `created` | `createdAt` | properties sidebar |
| `lastUpdated` | `updatedAt` | properties sidebar |
| calculated by Atlan | `widgetCount` | asset filter and overview sidebar |
| generated using the dashboard ID | `sourceURL` | _View in Sisense_ button on asset profile |

## Widgets 🔀

Atlan maps widgets from Sisense to its `SisenseWidget` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `title` | `name` | asset profile and overview sidebar |
| `desc` | `description` | asset profile and overview sidebar |
| `created` | `createdAt` | properties sidebar |
| `lastUpdated` | `updatedAt` | properties sidebar |
| calculated by Atlan | `columnCount` | overview sidebar |
| `subType` | `subType` | API only |
| `size` | `size` | API only |

## Data models

Atlan maps data models from Sisense to its `SisenseDataModel` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `desc` | `description` | asset profile and overview sidebar |
| `created` | `createdAt` | properties sidebar |
| `lastUpdated` | `updatedAt` | properties sidebar |
| calculated by Atlan | `tableCount` | API only |
| `server` | `server` | API only |
| `revision` | `revision` | API only |
| `lastBuildTime` | `lastBuildTime` | API only |
| `lastSuccessfulBuildTime` | `lastSuccessfulBuildTime` | API only |
| `type` | `type` | asset filter and overview sidebar |
| `relationshipType` | `relationshipType` | API only |

## Data model tables 🔀

Atlan maps data model tables from Sisense to its `SisenseDataModelTable` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `created` | `createdAt` | properties sidebar |
| `lastUpdated` | `updatedAt` | properties sidebar |
| calculated by Atlan | `columnCount` | overview sidebar |
| `type` | `type` | API only |
| `expression` | `expression` | API only |
| `isMaterialized` | `isMaterialized` | API only |
| `isHidden` | `isHidden` | asset filter and overview sidebar |
| `schedule` | `schedule` | API only |
| `liveQuerySettings` | `liveQuerySettings` | API only |
| `tags` | `assetTags` | properties sidebar |

## Folders

Atlan maps folders from Sisense to its `SisenseFolder` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `created` | `createdAt` | properties sidebar |
| `lastUpdated` | `updatedAt` | properties sidebar |

---
