orchestration-fixer

Detect and correct orchestration SQL generation errors in Snowflake migration pipelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of identifying and correcting orchestration SQL files generated by SnowConvert, reducing manual effort and minimizing errors in ETL control flow scripts.

Core Features & Use Cases

  • Automated Fixing: Locates and replaces problematic SQL elements like CREATE TASK and CREATE PROCEDURE with validated fixes.
  • Test Validation: Uses test files to verify fixes through batch execution, ensuring correctness before application.
  • Use Case: Data engineers can rapidly fix Snowflake ETL orchestration scripts, ensuring smooth deployments and reducing debugging time.

Quick Start

Use the orchestration fixer to review and automatically correct the SQL files related to your current migration phase.

Frequently Asked Questions about orchestration-fixer

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

FAQPage Schema
How do I automatically fix orchestration SQL errors in Snowflake migration pipelines?

Yes, you can automatically fix SnowConvert orchestration files by replacing problematic SQL elements like CREATE TASK and CREATE PROCEDURE. It applies test-driven fixes using pre-generated test files to verify correctness through batch execution.

What is the best way to validate ETL control flow scripts before deploying to Snowflake?

The best way to validate ETL control flow scripts is by applying test-driven fixes using pre-generated test files. This verifies the correctness of generated SQL tasks and procedures through batch execution before you apply them to your Snowflake environment.

Can I use automated fixing for SnowConvert output without manual debugging?

Yes, you can fix SnowConvert output without manual debugging by automatically locating and replacing problematic SQL elements. It uses validated fixes and test files to ensure reliable ETL control flow, significantly reducing manual debugging time for data engineers.

How does test validation work when correcting Snowflake orchestration SQL generation errors?

Test validation works by using pre-generated test files to verify fixes through batch execution. This ensures the corrected SQL elements, such as tasks and procedures common in SnowConvert output, function reliably before they are applied to your deployment.

Do I need pre-generated test files to automate fixing Snowflake ETL orchestration scripts?

Yes, you need pre-generated test files to automate fixing Snowflake ETL orchestration scripts. These test files are required to verify the applied fixes through batch execution, ensuring the correctness and reliability of your SQL elements before deployment.