snowflake-create-failover-group
SkillDatabases & dataConsult Snowflake CREATE FAILOVER GROUP parameter reference before generating any CREATE FAILOVER GROUP 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-failover-group skill
What this skill tells your AI
The instructions your AI receives, as published by gyrus-dev/frosty in skills/snowflake-create-failover-group/SKILL.md and read by ahel’s review.
Before writing a CREATE FAILOVER GROUP 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 — do not bloat the DDL with unnecessary clauses.
- Never use
CREATE OR REPLACE— always useCREATE FAILOVER GROUP IF NOT EXISTS. - Use the primary group syntax when creating in the source account; use the secondary (AS REPLICA OF) syntax when creating in a target account.
OBJECT_TYPESis required — always confirm which object types the user wants to replicate.- When DATABASES is in OBJECT_TYPES,
ALLOWED_DATABASESis also required. Similarly,ALLOWED_SHARESis required when SHARES is included,ALLOWED_EXTERNAL_VOLUMESfor EXTERNAL VOLUMES, andALLOWED_INTEGRATION_TYPESfor INTEGRATIONS. ALLOWED_ACCOUNTSis required and must useorg_name.account_nameformat.- This feature requires Business Critical Edition or higher — note this limitation when relevant.
Signals
- GitHub stars
- 77
- Forks
- 9
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
snowflake-create-failover-group- Source
- github.com/gyrus-dev/frosty