migrating-dbt-core-to-fusion

Classify dbt-core to Fusion migration errors into actionable categories.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/niits/voz-company-crawler --skill migrating-dbt-core-to-fusion-niits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrating-dbt-core-to-fusion
Source: https://github.com/niits/voz-company-crawler/tree/main/.agents/skills/migrating-dbt-core-to-fusion
Command: npx skills add https://github.com/niits/voz-company-crawler --skill migrating-dbt-core-to-fusion-niits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users classify and triage errors encountered when migrating dbt-core projects to Fusion, distinguishing between issues that can be fixed in the project versus those blocked by Fusion engine updates.

Core Features & Use Cases

  • Error Classification: Categorizes migration errors into Auto-Fixable, Guided Fixes, Needs Input, or Blocked.
  • Guided Triage: Provides actionable steps and context for each error category, including running dbt-autofix and understanding its changes.
  • Use Case: A user is migrating a large dbt project to Fusion and encounters numerous errors. This Skill helps them prioritize by identifying which errors can be fixed immediately, which require their approval, and which are dependent on Fusion updates.

Quick Start

Help me classify the migration errors in my dbt project.

Frequently Asked Questions about migrating-dbt-core-to-fusion

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

FAQPage Schema
How do I classify dbt-core to Fusion migration errors?

Classify dbt-core to Fusion migration errors by analyzing dbt project configurations, SQL, and Jinja code against known error patterns. Errors are sorted into auto-fixable, guided fixes, needs input, or blocked by Fusion engine updates.

What is dbt-autofix and how does it help with Fusion migration?

dbt-autofix automatically resolves certain dbt migration issues. This triage process guides you through running dbt-autofix first, understanding its impact, classifying remaining errors, and prioritizing what needs manual input versus engine updates.

How do I triage dbt migration errors that are blocked by Fusion updates?

Triage dbt migration errors blocked by Fusion updates by matching SQL and Jinja code against known Fusion engine limitations. This categorizes blocked issues separately from auto-fixable errors so you can track engine dependencies.

Can I reproduce specific dbt migration errors before classifying them?

Reproduce dbt migration errors before classification by running dbt compile or custom commands. This validates the error against known Fusion engine limitations and project configuration patterns before triage.

What types of dbt project configurations cause Fusion migration errors?

Fusion migration errors often stem from dbt project configurations, SQL, and Jinja code that conflict with known Fusion engine limitations. Analyzing these configurations helps categorize errors into auto-fixable, guided fixes, or blocked statuses.