
## What does Atlan crawl from Workday Prism Analytics?

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

> Atlan crawls and maps the following assets and properties from Workday Prism Analytics.

Atlan crawls and maps the following assets and properties from Workday Prism Analytics.

:::info
Prism tables are cataloged directly under your connection—Workday Prism Analytics has no database or schema level, so Atlan doesn't create any intermediate hierarchy for them.
:::

## Tables 🔀

Atlan maps Prism tables from Workday Prism Analytics to its `Table` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `displayName` | `displayName` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdMoment` | `sourceCreatedAt` | asset profile and properties sidebar |
| `updatedBy` | `sourceUpdatedBy` | asset profile and properties sidebar |
| `updatedMoment` | `sourceUpdatedAt` | asset profile and properties sidebar |
| `fields` (count) | `columnCount` | overview sidebar |
| `stats.rows` | `rowCount` | overview sidebar |
| `stats.size` | `sizeBytes` | overview sidebar |
| tags | `assetTags` | overview sidebar |

## Columns 🔀

Atlan maps Prism table fields from Workday Prism Analytics to its `Column` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `displayName` | `displayName` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `ordinal` | `order` | overview sidebar |
| `type.descriptor` | `dataType` | asset profile and overview sidebar |
| `precision` | `precision` | overview sidebar |
| `scale` | `numericScale` | overview sidebar |
| `required` (inverted) | `isNullable` | overview sidebar |

## Lineage 🔀

Atlan mines Workday Prism Analytics' Data Change Tasks to build lineage between Prism tables and their upstream sources. See [How Workday Prism Analytics lineage works](https://docs.atlan.com/llms/connectors/workday-prism-analytics/how-workday-prism-analytics-lineage-works/llms.txt) for the full mechanism, including how source types like Snowflake, Workday reports, and file uploads/SFTP are represented.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| Data Change Task display name | `additionalEtlContext` (Data Change Task) | asset profile, Process |
| Data Change Task operation (for example, Insert, Delete) | `additionalEtlContext` (Operation) | asset profile, Process |
| Data Change Task source type | `additionalEtlContext` (Source Type) | asset profile, Process |
| Data Change Task ID | `additionalEtlContext` (Task ID) | asset profile, Process |
| Data Change Task's SQL query, if any | `sql` | asset profile, Process |
| resolved source and target field mappings | column-level lineage (`ColumnProcess`) | lineage graph |

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

---
