From 41b34b1bb24e952c43208d657ada91c659c759c7 Mon Sep 17 00:00:00 2001 From: Ted Vilutis <69260340+tedvilutis@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:53:52 -0800 Subject: [PATCH] Update skills/fabric-lakehouse/SKILL.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- skills/fabric-lakehouse/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/fabric-lakehouse/SKILL.md b/skills/fabric-lakehouse/SKILL.md index 33f3ed3c..a5a13fc1 100644 --- a/skills/fabric-lakehouse/SKILL.md +++ b/skills/fabric-lakehouse/SKILL.md @@ -53,7 +53,7 @@ Files are stored under "Files" folder. Users can create folders and subfolders t ### 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