snowflake-semanticview

Build and validate Snowflake semantic views using Snowflake CLI with guided DDL creation and testing.

github ↓ 8.9k
Claude Code
View source ↗

What it does

  • Verify Snowflake CLI installation by opening a new terminal and running snow --help.
  • If Snowflake CLI is missing or the user cannot install it, direct them to https://docs.snowflake.com/en/developer-guide/snowflake-cli/installation/installation.
  • Use the configured connection for all validation and execution steps.
  • https://docs.snowflake.com/en/sql-reference/sql/create-semantic-view
  • Read Snowflake table/view/column comments first (preferred source):
  • https://docs.snowflake.com/en/sql-reference/sql/comment
  • Use snow sql to execute the statement with the configured connection.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Build and validate Snowflake semantic views using Snowflake CLI with guided DDL creation and testing.

Source

Repository: https://github.com/github/awesome-copilot

snowflake-semanticview FAQ

What does the snowflake-semanticview skill do?

Create, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup. Verify Snowflake CLI installation by opening a new terminal and running snow --help. If Snowflake CLI is missing or the user cannot install it, direct them to https://docs.snowflake.com/en/developer-guide/snowflake-cli/installation/installation.

How do I install snowflake-semanticview?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill snowflake-semanticview --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain snowflake-semanticview?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

snowflake-semanticview on getagentictools
[![snowflake-semanticview on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-snowflake-semanticview.svg)](https://getagentictools.com/skills/github-awesome-copilot-snowflake-semanticview?ref=badge)
npx agentictools info skills/github-awesome-copilot-snowflake-semanticview

The second line is the CLI lookup for this page — handy in READMEs and docs.