snowflake-create-hybrid-table
SkillDatabases & dataConsult Snowflake CREATE HYBRID TABLE parameter reference before generating any CREATE HYBRID TABLE DDL.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the snowflake-create-hybrid-table skill
What this skill tells your AI
The instructions your AI receives, as published by gyrus-dev/frosty in skills/snowflake-create-hybrid-table/SKILL.md and read by ahel’s review.
Before writing a CREATE HYBRID TABLE statement:
- Read
references/parameters.mdto review all available parameters and their defaults. - For each parameter, decide whether the user's request implies a non-default value.
- Include only the parameters that differ from the default or that the user explicitly requested.
- Never use
CREATE OR REPLACE— always useCREATE HYBRID TABLE IF NOT EXISTSwhere supported. - A
PRIMARY KEYconstraint is mandatory — always include it. It may be defined inline on a single column or as an out-of-line constraint for composite keys. PRIMARY KEY,UNIQUE, andFOREIGN KEYconstraints are enforced at the row level; do not setNOT ENFORCEDon any constraint.- Do not apply
COLLATEto primary key or indexed columns — collation is not supported on those columns. - Hybrid tables cannot be
TEMPORARYorTRANSIENT; do not include those modifiers. - Hybrid tables are only available in AWS and Azure commercial regions; note this if the user's account region is relevant.
- Use
AUTOINCREMENT/IDENTITYwithNOORDERfor better point-write performance when the user needs a surrogate key.
Signals
- GitHub stars
- 77
- Forks
- 9
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
snowflake-create-hybrid-table- Source
- github.com/gyrus-dev/frosty