
## What does Atlan crawl from Matillion?

URL: https://docs.atlan.com/apps/connectors/etl-tools/matillion/references/what-does-atlan-crawl-from-matillion

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

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

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

- [Jobs](#jobs) - Job type, job path, version, and job schedule filters

## Groups

Atlan maps groups from Matillion to its `MatillionGroup` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile, and overview and properties sidebar |
| dynamically generated from total projects crawled | `matillionProjectCount` | asset profile and overview sidebar |

## Projects

Atlan maps projects from Matillion to its `MatillionProject` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `projects.objects.name` | `name` | asset profile, and overview and properties sidebar |
| `versionExports.objects.name` | `matillionVersions` | asset profile and overview sidebar |
| `environmentExports.objects.name` | `matillionEnvironments` | API only |
| dynamically generated from number of jobs per project version | `matillionProjectJobCount` | asset profile, and overview and properties sidebar |
| dynamically generated from group and project name | `sourceURL` | overview sidebar |

## Jobs

Atlan maps jobs from Matillion to its `MatillionJob` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `jobs.objects.info.name` | `name` | asset profile, and overview and properties sidebar |
| `jobs.objects.info.description` | `description` | asset profile, and overview and properties sidebar |
| `jobs.objects.info.type` | `matillionJobType` | asset profile and filter, and overview sidebar |
| `jobs.objects.path` | `matillionJobPath` | asset profile and filter, and overview sidebar |
| `versionExports.objects.name` | `matillionVersion` | asset profile and filter, and overview sidebar |
| `scheduleExports.objects.daysOfWeek` or `scheduleExports.objects.daysOfMonth` | `matillionJobSchedule` | asset profile and filter, and overview sidebar |
| dynamically generated from number of components per job | `matillionJobComponentCount` | asset profile and overview sidebar |
| dynamically generated from group, project, and job name | `sourceURL` | overview sidebar |

## Components

Atlan maps components from Matillion to its `MatillionComponent` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile, and overview and properties sidebar |
| `jobObject.components.id` | `matillionComponentId` | asset profile and overview sidebar |
| `jobObject.components.implementationID` | `matillionComponentImplementationId` | API only |
| `versionExports.objects.name` | `matillionVersion` | asset profile and overview sidebar |
| dynamically generated during metadata processing | `matillionComponentLinkedJob` | asset profile and overview sidebar |
| `tasks.state` | `matillionComponentLastRunStatus` | asset profile and overview sidebar |
| `tasks.state` | `matillionComponentLastFiveRunStatus` | properties sidebar |
| `output.sql` | `matillionComponentSqls` | properties sidebar |

---
