
## What does Atlan crawl from Anomalo?

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

> Once you have [integrated Anomalo](/apps/connectors/observability/anomalo/how-tos/integrate-anomalo), Atlan will receive webhook events when checks are executed in Anomalo. These checks will be cataloged in Atlan to create a relationship with existing assets using the association information from the check.

Once you have [integrated Anomalo](https://docs.atlan.com/llms/connectors/anomalo/integrate-anomalo/llms.txt), Atlan will receive webhook events when checks are executed in Anomalo. These checks will be cataloged in Atlan to create a relationship with existing assets using the association information from the check.

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 Anomalo filters are currently available for supported SQL assets:

- Has checks - filter SQL assets associated with Anomalo checks
- Check status - filter SQL assets by overall data quality status such as _Pass_ or _Fail_
- Check methods - filter SQL assets by specific [types of checks configured](https://docs.anomalo.com/checks/table-observability-checks)
- Number of checks - filter SQL assets by total count of checks configured in Anomalo
- Last checked - filter SQL assets by timestamp for when any associated checks were last scanned in Anomalo

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

## Checks

Atlan maps checks from Anomalo to its `AnomaloCheck` asset type.

| Source property | Atlan property |
| --- | --- |
| `name` | `name` |
| `description` | `description` |
| `run_config._metadata.check_type` | `anomaloCheckCategoryType` |
| `run_config.check` | `anomaloCheckType` |
| `run_config._metadata.priority_level` | `anomaloCheckPriorityLevel` |
| `run_config._metadata.is_system_check` | `anomaloCheckIsSystemAdded` |
| `status` | `anomaloCheckStatus` |
| `check_status_image_url` | `anomaloCheckStatusImageUrl` |
| `completed_at` | `anomaloCheckLastRunCompletedAt` |
| `results.evaluated_message` | `anomaloCheckLastRunEvaluatedMessage` |
| `check_run_url` | `anomaloCheckLastRunUrl` |
| `results.history_message` | `anomaloCheckHistoricRunStatus` |

## Supported sources

If you have crawled supported data sources, you can view Anomalo checks on your existing assets in Atlan:

- [Amazon Athena](https://docs.atlan.com/llms/connectors/amazon-athena/crawl-amazon-athena/llms.txt)
- [Amazon Redshift](https://docs.atlan.com/llms/connectors/amazon-redshift/crawl-amazon-redshift/llms.txt)
- [Databricks](https://docs.atlan.com/llms/connectors/databricks/crawl-databricks/llms.txt)
- [Google BigQuery](https://docs.atlan.com/llms/connectors/google-bigquery/crawl-google-bigquery/llms.txt)
- [Microsoft Azure Synapse Analytics](https://docs.atlan.com/llms/connectors/microsoft-azure-synapse-analytics/crawl-microsoft-azure-synapse-analytics/llms.txt)
- [Microsoft SQL Server](https://docs.atlan.com/llms/connectors/microsoft-sql-server/crawl-microsoft-sql-server/llms.txt)
- [MySQL](https://docs.atlan.com/llms/connectors/mysql/crawl-mysql/llms.txt)
- [Oracle](https://docs.atlan.com/llms/connectors/oracle/crawl-oracle/llms.txt)
- [PostgreSQL](https://docs.atlan.com/llms/connectors/postgresql/crawl-postgresql/llms.txt)
- [PrestoSQL](https://docs.atlan.com/llms/connectors/prestosql/crawl-prestosql/llms.txt)
- [SAP HANA](https://docs.atlan.com/llms/connectors/sap-hana/crawl-sap-hana/llms.txt)
- [Snowflake](https://docs.atlan.com/llms/connectors/snowflake/crawl-snowflake/llms.txt)
- [Teradata](https://docs.atlan.com/llms/connectors/teradata/crawl-teradata/llms.txt)

---
