
## What does Atlan crawl from Microsoft Fabric

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

> Understand the metadata and assets that Atlan discovers from your Microsoft Fabric instance.

Atlan crawls and maps the following assets and properties from Microsoft Fabric.

Once you've [crawled Microsoft Fabric](https://docs.atlan.com/llms/connectors/microsoft-fabric/crawl-microsoft-fabric/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 all Fabric assets:
 - Tags filters

:::warning

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

:::

:::info Scanner API Access affects catalog coverage

Some asset types are only cataloged when the **Enable Scanner API Access** toggle is **disabled** in the crawler. Assets marked with ⚙️ below require Scanner API Access to be **disabled**. See [Capabilities & limitations](https://docs.atlan.com/llms/connectors/microsoft-fabric/microsoft-fabric-integration/llms.txt) for a full comparison.

:::

The following sections detail how each asset type is mapped in Atlan.

## Workspaces

Atlan maps workspaces from Microsoft Fabric to its `FabricWorkspace` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |

## Lakehouses

Atlan maps lakehouses from Microsoft Fabric to its `FabricLakehouse` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdAt` | `sourceCreatedAt` | asset profile and properties sidebar |
| `assetTags` | `assetTags` | asset profile and overview sidebar |

## Lakehouse schemas

Atlan maps lakehouse schemas from Microsoft Fabric to its `FabricLakehouseSchema` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |

## Lakehouse tables 🔀

Atlan maps lakehouse tables from Microsoft Fabric to its `FabricLakehouseTable` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `columnCount` | `fabricColumnCount` | asset profile and preview |

## Lakehouse views 🔀

Atlan maps lakehouse views from Microsoft Fabric to its `FabricLakehouseView` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `columnCount` | `fabricColumnCount` | asset profile and preview |

## Lakehouse columns 🔀

Atlan maps lakehouse columns from Microsoft Fabric to its `FabricLakehouseColumn` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `ordinal` | `fabricOrdinal` | asset profile and overview sidebar |
| `dataType` | `fabricDataType` | asset preview and overview sidebar |

## Warehouses

Atlan maps warehouses from Microsoft Fabric to its `FabricWarehouse` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdAt` | `sourceCreatedAt` | asset profile and properties sidebar |
| `assetTags` | `assetTags` | asset profile and overview sidebar |

## Warehouse schemas

Atlan maps warehouse schemas from Microsoft Fabric to its `FabricWarehouseSchema` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |

## Warehouse tables 🔀

Atlan maps warehouse tables from Microsoft Fabric to its `FabricWarehouseTable` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `columnCount` | `fabricColumnCount` | asset profile and preview |

## Warehouse views 🔀

Atlan maps warehouse views from Microsoft Fabric to its `FabricWarehouseView` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `columnCount` | `fabricColumnCount` | asset profile and preview |

## Warehouse columns 🔀

Atlan maps warehouse columns from Microsoft Fabric to its `FabricWarehouseColumn` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `ordinal` | `fabricOrdinal` | asset profile and overview sidebar |
| `dataType` | `fabricDataType` | asset preview and overview sidebar |

## Dashboards 

Atlan maps dashboards from Microsoft Fabric to its `FabricDashboard` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdAt` | `sourceCreatedAt` | asset profile and properties sidebar |
| `assetTags` | `assetTags` | asset profile and overview sidebar |

## Data pipelines 

Atlan maps data pipelines from Microsoft Fabric to its `FabricDataPipeline` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdAt` | `sourceCreatedAt` | asset profile and properties sidebar |
| `assetTags` | `assetTags` | asset profile and overview sidebar |

## Activities ⚙️

Atlan maps Pipeline Copy Activities from Microsoft Fabric to its `FabricActivity` asset type.

:::note
Pipeline Copy Activities are only cataloged when **Scanner API Access is disabled** in the crawler workflow.
:::

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `type` | `fabricActivityType` | asset profile and overview sidebar |

## Dataflows 🔀

Atlan maps dataflows from Microsoft Fabric to its `FabricDataflow` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `entityCount` | `fabricColumnCount` | asset profile |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdAt` | `sourceCreatedAt` | asset profile and properties sidebar |
| `assetTags` | `assetTags` | asset profile and overview sidebar |

## Dataflow entity columns 🔀

Atlan maps dataflow entity columns from Microsoft Fabric to its `FabricDataflowEntityColumn` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `ordinal` | `fabricOrdinal` | asset profile and overview sidebar |
| `dataType` | `fabricDataType` | asset preview and overview sidebar |

## Reports 🔀

Atlan maps reports from Microsoft Fabric to its `FabricReport` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdAt` | `sourceCreatedAt` | asset profile and properties sidebar |
| `assetTags` | `assetTags` | asset profile and overview sidebar |

## Pages 🔀 ⚙️

Atlan maps pages from Microsoft Fabric to its `FabricPage` asset type.

:::note
Pages are only cataloged when **Scanner API Access is disabled** in the crawler workflow.
:::

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |

## Visuals 🔀 ⚙️

Atlan maps report visuals from Microsoft Fabric to its `FabricVisual` asset type.

:::note
Report Visuals are only cataloged when **Scanner API Access is disabled** in the crawler workflow.
:::

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |

## Semantic models 🔀

Atlan maps semantic models from Microsoft Fabric to its `FabricSemanticModel` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `description` | `description` | asset profile and overview sidebar |
| `createdBy` | `sourceCreatedBy` | asset profile and properties sidebar |
| `createdAt` | `sourceCreatedAt` | asset profile and properties sidebar |
| `assetTags` | `assetTags` | asset profile and overview sidebar |

## Semantic model tables 🔀

Atlan maps semantic model tables from Microsoft Fabric to its `FabricSemanticModelTable` asset type. These assets are excluded from Atlan's global Assets search by design and are discoverable through their parent Semantic Model—see [Why fabric semantic model tables don't appear in global Assets search](https://docs.atlan.com/llms/connectors/microsoft-fabric/microsoft-fabric-integration/llms.txt).

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `columnCount` | `fabricColumnCount` | asset profile and preview |

## Semantic model table columns 🔀

Atlan maps semantic model table columns from Microsoft Fabric to its `FabricSemanticModelTableColumn` asset type.

| Source property | Atlan property | Where in Atlan |
| --- | --- | --- |
| `name` | `name` | asset profile and overview sidebar |
| `ordinal` | `fabricOrdinal` | asset profile and overview sidebar |
| `dataType` | `fabricDataType` | asset preview and overview sidebar |

---
