
## What does Atlan crawl from Domo?

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

> Atlan supports lineage for the following asset types:.

Atlan supports lineage for the following asset types:

- [Datasets](#datasets-and-datasetviews-) - upstream lineage to Google BigQuery, Snowflake, and Databricks data sources. Domo currently only supports upstream lineage for the following dataset types:
 - [Google BigQuery High Bandwidth Service connector](https://domo-support.domo.com/s/article/360060507713?language=en_US)
 - [Snowflake connector](https://domo-support.domo.com/s/article/360042931814?language=en_US) with _Query Type_ as _Enter Query_
 - [Google BigQuery Service Connector](https://domo-support.domo.com/s/article/360043436593?language=en_US) with report type as query. Note that this is currently only supported when `queryParameter` is blank and `queryType` is `standardSQL`.
 - [Snowflake Federated Data](https://domo-support.domo.com/s/article/360049429094?language=en_US) with basic authentication and Snowflake OAuth. To configure Snowflake OAuth-based access from Domo, please reach out to [Domo support](https://www.domo.com/login/customer-community).
 - [Snowflake Key Pair Authentication Connector](https://domo-support.domo.com/s/article/360042931854?language=en_US)
 - [Snowflake Key Pair High Bandwidth Advanced Partitions Connector](https://domo-support.domo.com/s/article/000005832?language=en_US)
 - [Databricks using Personal Access Token Authentication Connector](https://domo-support.domo.com/s/article/8041126473367?language=en_US)
- [Cards](#cards-) - upstream lineage to Domo datasets
- [Dashboards](#dashboards-) - upstream lineage to Domo cards

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

:::warning

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

:::

## Datasets and DatasetViews 🔀

Atlan maps datasets from Domo to its `DomoDataset` asset type. If a dataset has `domoDatasetType` as `dataset-view`, it's referred to as a DatasetView in the Atlan UI.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset preview and profile, overview sidebar |
| `description` | `description` | asset preview and profile, overview sidebar |
| `id` | `DomoId` | API only |
| `owner.name` | `sourceCreatedBy` | overview sidebar |
| `owner.id` | `domoOwnerId` | API only |
| `rows` | `domoDatasetRowCount` | asset profile and overview sidebar |
| `columns` | `domoDatasetColumnCount` | asset preview and profile, overview sidebar |
| `dataCurrentAt` | `domoDatasetLastRun` | API only |
| `createdAt` | `sourceCreatedAt` | asset preview and profile, properties sidebar |
| `updatedAt` | `sourceUpdatedAt` | asset preview and profile, properties sidebar |
| `card_count` | `domoDatasetCardCount` | asset preview and profile, overview sidebar |
| `type` | `domoDatasetType` | overview sidebar |

## Dataset columns

Atlan maps dataset columns from Domo to its `DomoDatasetColumn` asset type. If a dataset column has a formula or expression, it's referred to as a calculated field in the Atlan UI.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset preview and profile, overview sidebar |
| `type` | `domoDatasetColumnType` | overview sidebar |
| `expression` | `domoDatasetColumnExpression` | asset profile and overview sidebar |

## Dashboards 🔀

Atlan maps dashboards from Domo to its `DomoDashboard` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset preview and profile, overview sidebar |
| `id` | `domoId` | API only |
| calculated using card-dashboard relationship API | `domoDashboardCardCount` | asset preview and profile, overview sidebar |

## Cards 🔀

Atlan maps cards from Domo to its `DomoCard` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `cardTitle` | `name` | asset preview and profile, overview sidebar |
| `id` | `domoId` | API only |
| `type` | `domoCardType` | overview sidebar |
| `lastModified` | `sourceUpdatedAt` | asset preview and profile, properties sidebar |
| calculated using card-dashboard relationship API | `domoCardDashboardCount` | asset preview and profile, overview sidebar |

---
