From 6c059c1744fc077b4bee9ef7cd1e087125494906 Mon Sep 17 00:00:00 2001 From: Miguel P Z <60221874+MiguelElGallo@users.noreply.github.com> Date: Sun, 18 Jan 2026 14:12:03 +0200 Subject: [PATCH] Update skills/snowflake-semanticview/SKILL.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- skills/snowflake-semanticview/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/snowflake-semanticview/SKILL.md b/skills/snowflake-semanticview/SKILL.md index e2aae99b..8f749381 100644 --- a/skills/snowflake-semanticview/SKILL.md +++ b/skills/snowflake-semanticview/SKILL.md @@ -37,8 +37,8 @@ SELECT * FROM SEMANTIC_VIEW( my_semview_name DIMENSIONS customer.customer_market_segment METRICS orders.order_average_value - ) - ORDER BY customer_market_segment; +) +ORDER BY customer_market_segment; ``` 11. Clean up any temporary semantic view created during validation.