migrating-dbt-core-to-fusion

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

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/pkoka888/server-infra-templates --skill migrating-dbt-core-to-fusion-pkoka888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrating-dbt-core-to-fusion
Source: https://github.com/pkoka888/server-infra-templates/tree/main/.kilo/skills/marketplace/dbt-migration/skills/migrating-dbt-core-to-fusion
Command: npx skills add https://github.com/pkoka888/server-infra-templates --skill migrating-dbt-core-to-fusion-pkoka888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps engineers triage and classify dbt-core to dbt Fusion migration errors so they can understand which issues can be auto-fixed, which require guided changes, which need user decisions, and which are blocked by Fusion engine gaps.

Core Features & Use Cases

  • 4-Category Classification: Separates errors into Auto-Fixable, Guided Fixes, Needs Your Input, and Blocked (Fusion engine) categories.
  • Autofix-awareness: Requires and analyzes dbt-autofix output and git diffs to avoid duplicate or conflicting changes.
  • Repro & Validation Workflow: Uses a repro command (default dbt compile or user-provided) and recommends dbt debug to surface credential issues before classification.
  • Actionable Guidance: Produces diffs for guided changes, options for user-driven decisions, and links to GitHub issues for blocked engine gaps with risk descriptions.

Quick Start

Run dbt-autofix, reproduce your failing command (e.g., dbt compile), and provide the compile output and git diff for classification.

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 to Fusion migration errors?

Triage dbt Fusion migration errors by running dbt-autofix first, then reproducing failures with dbt compile or a custom command. Analyze the resulting compile output and git diffs to classify errors into Auto-Fixable, Guided Fixes, Needs Your Input, or Blocked categories.

What types of dbt Fusion migration errors can be auto-fixed?

Auto-fixable dbt Fusion migration errors include SQL, Jinja, YAML, and package compatibility issues that dbt-autofix successfully resolves. You must run dbt-autofix and review its git diffs to identify which errors are automatically corrected without manual intervention.

Why does my dbt Fusion migration fail during compilation?

dbt Fusion migration compilation failures stem from SQL, Jinja, YAML, package, static analysis, or Fusion engine gaps. Run dbt debug to surface credential issues, then use a repro command like dbt compile to identify the specific compiler or runtime error blocking your migration.

Do I need to run dbt-autofix before triaging Fusion migration errors?

You must run dbt-autofix before triaging Fusion migration errors to avoid duplicate or conflicting changes. The triage process requires analyzing dbt-autofix output and its git diffs to accurately separate auto-fixed issues from those needing guided fixes or user input.

How do I handle dbt Fusion engine blockers during migration?

Handle dbt Fusion engine blockers by searching GitHub issues to identify known gaps and suggest safe workarounds. Blocked errors are classified separately, providing risk descriptions and issue links so you can track engine limitations preventing migration progress.