Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

1.1.3. Fabric Items and Their Relationships

💡 First Principle: Fabric items are the building blocks of analytics solutions. Each item type serves a specific purpose, and understanding their relationships is critical for architecture decisions.

Comparative Table: Fabric Item Types
Item TypePrimary PurposeStorage LocationQuery Language
LakehouseStore and process big dataOneLake (Delta tables + Files)Spark SQL, PySpark
Data WarehouseStructured analyticsOneLake (Delta tables)T-SQL
KQL DatabaseReal-time analyticsOneLakeKQL
EventstreamReal-time data ingestionTransient (routes to destinations)Visual editor
Data PipelineOrchestrationMetadata onlyVisual + expressions
Dataflow Gen2Low-code ETLOneLake stagingPower Query (M)
NotebookCode-based processingOneLake (output)PySpark, Spark SQL
Visual: Item Relationships in a Typical Architecture
Loading diagram...