One-click install
npx skills add https://github.com/rittmananalytics/wire-plugin --skill dbt-fusion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dbt-fusion
Source: https://github.com/rittmananalytics/wire-plugin/tree/main/skills/dbt-fusion
Command: npx skills add https://github.com/rittmananalytics/wire-plugin --skill dbt-fusion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill assists data engineers in migrating and troubleshooting dbt projects transitioning from dbt Core to Fusion, addressing integration errors, deprecated configurations, and syntax issues.

Core Features & Use Cases

  • Migration Guidance: Helps classify errors during the dbt Core to Fusion upgrade, offering guidance on fixing auto-fixable issues and identifying blockers.
  • Error Classification: Categorizes errors into auto-fixable, guided, input-needed, or blocked, facilitating a structured resolution process.
  • Debugging Workflow: Provides step-by-step instructions to validate credentials, run autofix, and iteratively troubleshoot compilation errors.
  • Use Case: Data teams upgrading a large dbt project based on a legacy setup can use this Skill to identify migration issues, auto-fix deprecations, and plan for manual steps.

Quick Start

Run dbt debug to verify your connection, then run autofix with uvx. Follow prompts to classify and fix errors within your project.

Frequently Asked Questions about dbt-fusion

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

FAQPage Schema
How do I fix dbt Core to Fusion migration errors?

To fix dbt Core to Fusion migration errors, this Skill classifies issues into auto-fixable, guided, input-needed, or blocked categories, providing step-by-step troubleshooting and instructions to resolve compatibility blockers and deprecated configurations.

What is the best way to classify dbt project upgrade errors?

The best way to classify dbt project upgrade errors is by categorizing them into auto-fixable, guided, input-needed, or blocked statuses, which structures the resolution process and identifies which compilation errors require manual intervention versus automatic fixes.

How do I debug compilation errors when upgrading a legacy dbt project?

To debug compilation errors when upgrading a legacy dbt project, run `dbt debug` to verify credentials, then execute autofix with uvx, and iteratively troubleshoot remaining integration and syntax issues using structured classification guidance.

Can I automatically fix deprecated configurations during a dbt Fusion migration?

You can automatically fix deprecated configurations during a dbt Fusion migration by running the autofix command with uvx, which targets specific upgrade issues and minimizes manual intervention for production-grade dbt workflows.

Why does my dbt Core to Fusion upgrade workflow have blocked errors?

Your dbt Core to Fusion upgrade workflow has blocked errors because certain integration issues, deprecated configurations, or syntax problems cannot be auto-fixed and require manual input or structured troubleshooting to resolve compatibility blockers.