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-16 18:27:10 -08:00
committed by GitHub
parent 6181395513
commit 86d4e770e3

View File

@@ -94,7 +94,7 @@ Tables can also be optimized using OPTIMIZE command, which compacts small files
## Lineage
Lakehosue item supports lineage, which allows users to track the origin and transformations of data. Lineage information is automatically captured for tables and files in Lakehouse, showing how data flows from source to destination. This helps with debugging, auditing, and understanding data dependencies.
Lakehouse item supports lineage, which allows users to track the origin and transformations of data. Lineage information is automatically captured for tables and files in Lakehouse, showing how data flows from source to destination. This helps with debugging, auditing, and understanding data dependencies.
## PySpark Code Examples