
## What does Atlan crawl from Redash?

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

> Atlan crawls and maps the following assets and properties from Redash.

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

Once you've [crawled Redash](https://docs.atlan.com/llms/connectors/redash/crawl-redash/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 assets:

- [Queries](#queries-) - Schedule, Is Published, and Redash tags filters
- [Visualizations](#visualizations-) - Type filter
- [Dashboards](#dashboards-) - Redash tags filter

:::warning

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

:::

## Queries 🔀

Atlan maps queries from Redash to its `RedashQuery` asset type.

| Source property | Atlan property |
| --- | --- |
| name | name |
| created\_at | sourceCreatedAt |
| updated\_at | sourceUpdatedAt |
| query | query |

## Dashboards 🔀

Atlan maps dashboards from Redash to its `RedashDashboard` asset type.

| Source property | Atlan property |
| --- | --- |
| widgets | widget\_count |

## Visualizations 🔀

Atlan maps visualization elements from Redash to its `RedashVisualization` asset type.

| Source property | Atlan property |
| --- | --- |
| name | name |
| type | type |

---
