From 0de738c30c426f85a54cfa51c3d1ebfaddd1c478 Mon Sep 17 00:00:00 2001 From: Ted Vilutis <69260340+tedvilutis@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:18:28 -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 a5a13fc1..729caef5 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 and stored in an associated Notebook. +Set of pre-computed tables that are automatically updated based on a 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