What problem does it solve? Designing data pipelines in Microsoft Fabric Lakehouse requires correct decisions about Delta Lake storage, layer separation, V-Order optimization, and Direct Lake compatibility — mistakes cause Power BI fallback to DirectQuery and poor performance. This Skill provides the architecture patterns, code templates, and checklists to build Medallion pipelines correctly from the start. ## Core Features & Use Cases - Layer-by-Layer Guidance: Concrete PySpark and SparkSQL patterns for Bronze ingestion (Auto Loader, metadata columns), Silver cleansing (MERGE upserts, deduplication, PII masking), and Gold star schemas (surrogate keys, OPTIMIZE, V-Order). - OneLake & Shortcuts Patterns: ABFSS path conventions, multi-schema Lakehouse creation, cross-workspace shortcuts with conflict policies, and retention policies per layer. - Direct Lake Safeguards: Rules and checklists that prevent Power BI fallback to DirectQuery, including CLUSTER BY usage, view avoidance, and small-file consolidation. - Use Case: When asked to build a sales analytics pipeline in Fabric, apply this Skill to generate the Bronze ingestion notebook with Auto Loader, the Silver MERGE logic, and the Gold fact/dimension tables ready for Direct Lake consumption. ## Quick Start Design a Medallion architecture pipeline in Microsoft Fabric Lakehouse for my orders data, including Bronze ingestion, Silver cleansing with MERGE, and a Gold star schema optimized for Direct Lake.