
## What does Atlan crawl from Elementary Cloud?

URL: https://docs.atlan.com/apps/connectors/observability/elementary/references/what-does-atlan-crawl-from-elementary

> Learn about the data health scores and incident metadata that Elementary Cloud lands on Atlan assets as custom metadata.

The Elementary Cloud app enriches warehouse assets in Atlan with **data health scores**, **active incident context**, and **direct links back to Elementary Cloud**.

Enrichment is applied to assets that exist in both Elementary Cloud and Atlan, matched by **warehouse location** (`database`, `schema`, and `table` name).

## Asset types

Elementary Cloud enriches warehouse and warehouse-aligned assets in Atlan that correspond to objects Elementary Cloud has scanned. Enrichment is applied at the following levels:

| Atlan asset type | Description |
|---|---|
| `Database` | Top-level warehouse database object. |
| `Schema` | Schema within a database. |
| `Table` | Table within a schema. |
| `View` | View within a schema. |
| `Column` | Column on a table or view. |
| `DbtModel` | dbt model, when dbt asset sync is enabled for your account. |
| `DbtSource` | dbt source, when dbt asset sync is enabled for your account. |

### Supported warehouse sources

Elementary Cloud enriches assets across the warehouses it monitors, wherever you also use the corresponding Atlan connector:

| Elementary Cloud source | Atlan connector |
|---|---|
| Snowflake | [Snowflake](https://docs.atlan.com/llms/connectors/snowflake/crawl-snowflake/llms.txt) |
| BigQuery | [Google BigQuery](https://docs.atlan.com/llms/connectors/google-bigquery/crawl-google-bigquery/llms.txt) |
| Redshift | [Amazon Redshift](https://docs.atlan.com/llms/connectors/amazon-redshift/crawl-amazon-redshift/llms.txt) |
| Databricks | [Databricks](https://docs.atlan.com/llms/connectors/databricks/crawl-databricks/llms.txt) |
| Postgres | [PostgreSQL](https://docs.atlan.com/llms/connectors/postgresql/crawl-postgresql/llms.txt) |
| Athena | [Amazon Athena](https://docs.atlan.com/llms/connectors/amazon-athena/crawl-amazon-athena/llms.txt) |
| ClickHouse | [ClickHouse](https://docs.atlan.com/llms/connectors/clickhouse/crawl-clickhouse/llms.txt) |
| Microsoft Fabric | [Microsoft Fabric](https://docs.atlan.com/llms/connectors/microsoft-fabric/crawl-microsoft-fabric/llms.txt) |
| SQL Server | [Microsoft SQL Server](https://docs.atlan.com/llms/connectors/microsoft-sql-server/crawl-microsoft-sql-server/llms.txt) |
| Trino | [Trino](https://docs.atlan.com/llms/connectors/trino/crawl-trino/llms.txt) |

## Metadata fields

Elementary Cloud adds the following custom metadata sets to matched Atlan assets. Field names below reflect how the data appears in Atlan.

### Health score

The **Health score** custom metadata set surfaces data quality scores Elementary Cloud computes for each asset. Scores are integers from **0 to 100**.

| Field | Type | Description |
|---|---|---|
| Total health score | Integer | Overall data health score for the asset. |
| Completeness score | Integer | Score for the completeness quality dimension. |
| Uniqueness score | Integer | Score for the uniqueness quality dimension. |
| Freshness score | Integer | Score for the freshness quality dimension. |
| Validity score | Integer | Score for the validity quality dimension. |
| Accuracy score | Integer | Score for the accuracy quality dimension. |
| Consistency score | Integer | Score for the consistency quality dimension. |

Scores reflect Elementary Cloud's data quality calculations for the asset, based on recent test and monitoring results.

Each score is paired with a **color-coded badge** in Atlan (red, yellow, or green), aligned to the data quality thresholds configured in your Elementary Cloud environment&mdash;so teams can spot issues instantly.

### Related incidents

The **Related incidents** custom metadata set surfaces **active incident context** for each matched asset&mdash;how many open incidents affect the asset and direct links to investigate them in Elementary Cloud.

| Field | Type | Description |
|---|---|---|
| Total incidents | Integer | Count of active incidents on the asset. |
| Incidents | URL (multi-value) | Direct links to each incident in Elementary Cloud. |

A **Total incidents** badge highlights assets that need attention: red when there is at least one active incident, green when the asset is clear.

### Elementary environment metadata

Identifies which Elementary Cloud environment the enrichment came from&mdash;helpful when your Atlan workspace spans multiple Elementary environments.

| Field | Type | Description |
|---|---|---|
| Environment ID | Text | Identifier of the Elementary Cloud environment that sourced the metadata. |

## See also

* [Set up Elementary Cloud](https://docs.atlan.com/llms/connectors/elementary/set-up-elementary/llms.txt): Configure the integration in Elementary Cloud (sync cadence, Atlan API key, base URL).
* [Sync cadence](https://docs.atlan.com/llms/connectors/elementary/sync-cadence/llms.txt): How sync scheduling works and what happens between syncs.
* [Elementary Cloud &mdash; Atlan integration setup (docs.elementary-data.com)](https://docs.elementary-data.com/cloud/integrations/governance/atlan): Authoritative configuration steps, maintained by Elementary Data.

---
