Update skills/snowflake-semanticview/SKILL.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Miguel P Z
2026-01-18 14:12:03 +02:00
committed by GitHub
parent 54431b34e4
commit 6c059c1744

View File

@@ -37,8 +37,8 @@ SELECT * FROM SEMANTIC_VIEW(
my_semview_name my_semview_name
DIMENSIONS customer.customer_market_segment DIMENSIONS customer.customer_market_segment
METRICS orders.order_average_value 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. 11. Clean up any temporary semantic view created during validation.