What does Atlan crawl from Domo?
Atlan supports lineage for the following asset types:
- Datasets - upstream lineage to Google BigQuery and Snowflake data sources. Domo currently only supports upstream lineage for the following dataset types:
- Google BigQuery High Bandwidth Service connector
- Snowflake connector with Query Type as Enter Query
- Google BigQuery Service Connector with report type as query. Note that this is currently only supported when
queryParameter
is blank andqueryType
isstandardSQL
. - Snowflake Federated Data with basic authentication and Snowflake OAuth. To configure Snowflake OAuth-based access from Domo, please reach out to Domo support.
- Cards - upstream lineage to Domo datasets
- Dashboards - upstream lineage to Domo cards
Atlan crawls and maps the following assets and properties from Domo.
danger
Currently, Atlan only represents the assets marked with 🔀 in lineage.
Datasets 🔀​
Atlan maps datasets from Domo to its DomoDataset
asset type.
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 |
calculated using dataset-card relationship API | domoDatasetCardCount | asset preview and profile, overview sidebar |
Dataset columns​
Atlan maps dataset columns from Domo to its DomoDatasetColumn
asset type.
Source property | Atlan property | Where in Atlan |
---|---|---|
name | name | asset preview and profile, overview sidebar |
type | domoDatasetColumnType | 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 |