What problem does it solve? Working with Microsoft Fabric Lakehouse requires understanding its storage model, security layers, shortcuts, and optimization commands, and this Skill provides that context plus ready-to-use PySpark code patterns so you avoid trial-and-error when designing Lakehouse solutions. ## Core Features & Use Cases - Lakehouse Architecture Guidance: Explains Delta tables, schemas, Files storage, SQL endpoints, shortcuts, and materialized views in Microsoft Fabric. - PySpark Code Patterns: Provides examples for reading and writing Delta tables, CRUD operations, MERGE upserts, incremental loads, and SCD Type 2 dimensions. - Performance Optimization: Covers V-Order, OPTIMIZE with Z-ordering, and VACUUM commands for maintaining Delta table performance. - Use Case: A data engineer building a medallion architecture in Fabric can use this Skill to structure bronze/silver/gold layers, implement incremental MERGE loads, and schedule table optimization. ## Quick Start Explain how to design a Fabric Lakehouse with schemas and shortcuts, and show me PySpark code for an incremental load into a Delta table.