convert

Convert SQL from multiple database platforms into Snowflake syntax.

1|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill convert-snowflake-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert
Source: https://github.com/Snowflake-Labs/cortex-code-migrations/tree/main/plugin/skills/migration/convert
Command: npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill convert-snowflake-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the transformation of SQL code from various platforms into Snowflake-compatible syntax, reducing manual rewriting and potential errors.

Core Features & Use Cases

  • SQL Conversion: Transforms SQL code from SQL Server, Redshift, Oracle, or Teradata into Snowflake syntax.
  • Migration Support: Facilitates end-to-end database migration efforts by preparing code for Snowflake deployment.
  • Use Case: A data engineer needs to migrate their existing data warehouse code to Snowflake; this Skill automates the conversion, saving time and ensuring consistency.

Quick Start

Run SnowConvert on your extracted source SQL files to produce Snowflake-compatible scripts ready for deployment.

Frequently Asked Questions about convert

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

FAQPage Schema
How do I convert SQL Server or Oracle code to Snowflake syntax?

To convert SQL code to Snowflake syntax, you can use automated conversion tools that transform source SQL from SQL Server, Oracle, Redshift, or Teradata into Snowflake-compatible scripts, reducing manual rewriting and errors.

What is the process for migrating a data warehouse to Snowflake?

Migrating a data warehouse to Snowflake involves transforming existing SQL code into Snowflake-compatible syntax, detecting potential issues, and outputting ready-to-use scripts for deployment to support end-to-end database migration efforts.

Does Snowflake SQL conversion support ETL package inputs?

Yes, Snowflake SQL conversion supports optional ETL package inputs alongside the source code directory to automate the transformation of source SQL files into Snowflake-compatible scripts for data pipeline modernization.

Can I automate Redshift SQL code conversion for Snowflake deployment?

Yes, you can automate Redshift SQL code conversion for Snowflake deployment by running conversion tools on extracted source SQL files to produce ready-to-use Snowflake scripts, ensuring consistency and saving time.

Do I need SnowConvert to transform SQL code into Snowflake format?

Yes, SnowConvert is required to transform source SQL code from multiple database platforms into Snowflake SQL syntax, handling various source formats and detecting potential issues for database migration.