snowflake-semanticview

Create, alter, and validate Snowflake semantic views using the Snowflake CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mporenta/airflow --skill snowflake-semanticview-mporenta
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: snowflake-semanticview
Source: https://github.com/mporenta/airflow/tree/main/.claude/skills/snowflake-semanticview
Command: npx skills add https://github.com/mporenta/airflow --skill snowflake-semanticview-mporenta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation, alteration, and validation of Snowflake semantic views using the Snowflake CLI, ensuring consistent semantic layer definitions and governance.

Core Features & Use Cases

  • Create, alter, and validate semantic views using the Snowflake CLI (snow) to define and maintain semantic layers.
  • Validate semantic-view DDL against Snowflake during development, iterating with temporary validation names before finalizing.
  • Guide Snowflake CLI installation and connection setup to enable end-to-end semantic view workflows.

Quick Start

Use the Snowflake CLI to create or alter a semantic view and perform a temporary validation before finalizing.

Frequently Asked Questions about snowflake-semanticview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a Snowflake semantic view DDL using the CLI?▼

You can validate Snowflake semantic view DDL using the Snowflake CLI by applying temporary validation names during development to test definitions before finalizing the semantic layer.

What is the best way to create and alter semantic views in Snowflake?▼

Creating and altering semantic views in Snowflake is done through the Snowflake CLI, which ensures consistent semantic layer definitions and governance by validating DDL against Snowflake directly.

Do I need to install the Snowflake CLI to manage semantic views?▼

Yes, you need the Snowflake CLI installed and connection setup configured to enable end-to-end semantic view creation, alteration, and validation workflows.

Can I use comments and synonyms when defining a Snowflake semantic view?▼

Yes, defining a Snowflake semantic view follows official syntax that supports recommended use of comments and synonyms from Snowflake documentation to structure the semantic layer.

Why does my Snowflake semantic view validation fail during development?▼

Semantic view validation can fail if the DDL does not follow official Snowflake syntax; iterating with temporary validation names helps troubleshoot and resolve definition errors before finalizing.