dcr-v1-to-v2

Migrate Snowflake Data Clean Rooms from V1 SAMOOHA to V2 Collaboration API.

15|6|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Snowflake-Labs/coco-skills --skill dcr-v1-to-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dcr-v1-to-v2
Source: https://github.com/Snowflake-Labs/coco-skills/tree/main/skills/dcr-v1-to-v2
Command: npx skills add https://github.com/Snowflake-Labs/coco-skills --skill dcr-v1-to-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes discover (resource) and generate (resource) components.

What problem does it solve?

Migrates Snowflake Data Clean Rooms from V1 SAMOOHA to V2 Collaboration API by orchestrating discovery, mapping, script generation, validation, and cleanup to produce ready-to-review artifacts instead of live deploys.

Core Features & Use Cases

  • End-to-end migration workflow that covers discovery, mapping, script generation, validation, and cleanup.
  • Generates provider_setup, consumer_setup, cleanup scripts, and a mapping report for auditable migrations.
  • Supports safe, local-file outputs with clear stopping points for user confirmation.

Quick Start

Invoke the Cortex Code trigger /dcr-v1-to-v2 to start the migration workflow.

Frequently Asked Questions about dcr-v1-to-v2

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

FAQPage Schema
How do I migrate Snowflake Data Clean Rooms from V1 SAMOOHA to V2?

Migrating Snowflake Data Clean Rooms from V1 SAMOOHA to V2 involves orchestrating discovery, mapping, script generation, validation, and cleanup to produce ready-to-review migration artifacts.

What scripts are generated during a Snowflake DCR V1 to V2 migration?

The migration generates provider_setup, consumer_setup, and cleanup scripts, along with a mapping report, providing auditable artifacts for safe review before execution.

Can I perform live DDL deployments when migrating Snowflake Data Clean Rooms to V2?

No, the migration outputs local files only and does not perform live DDL or DML, ensuring safe deployments with clear stopping points for user confirmation.

What is the best way to ensure a safe Snowflake DCR V1 to V2 migration?

The safest approach is generating ready-to-review artifacts instead of live deploys, allowing you to validate provider, consumer, and cleanup scripts before execution.

Does the Snowflake DCR migration workflow support automated discovery and validation?

Yes, the workflow orchestrates automated discovery and validation across the end-to-end migration process to map V1 SAMOOHA configurations to V2 Collaboration API structures.

Are there limitations on what the Snowflake DCR migration script generator deploys?

Yes, the script generator is limited to producing local files for review and does not execute live DDL or DML, preventing unintended changes to your Snowflake environment.