Update skills/fabric-lakehouse/SKILL.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ted Vilutis
2026-02-17 10:53:52 -08:00
committed by GitHub
parent c8d171875e
commit 41b34b1bb2

View File

@@ -53,7 +53,7 @@ Files are stored under "Files" folder. Users can create folders and subfolders t
### Fabric Materialized Views ### Fabric Materialized Views
Set of pre-computed tables that are automatically updated based on schedule. They provide fast query performance for complex aggregations and joins. Materialized views are defined using PySpark or Spark SQL stored in associated Notebook. Set of pre-computed tables that are automatically updated based on schedule. They provide fast query performance for complex aggregations and joins. Materialized views are defined using PySpark or Spark SQL and stored in an associated Notebook.
### Spark Views ### Spark Views