cosmos-dbt-fusion

Run dbt Fusion projects on Snowflake or Databricks with Astronomer Cosmos.

419|61|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/astronomer/agents --skill cosmos-dbt-fusion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cosmos-dbt-fusion
Source: https://github.com/astronomer/agents/tree/main/skills/cosmos-dbt-fusion
Command: npx skills add https://github.com/astronomer/agents --skill cosmos-dbt-fusion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill guides Cosmos users to configure and run dbt Fusion projects within Astronomer Cosmos, ensuring Fusion-based workflows run with local execution.

Core Features & Use Cases

  • Fusion constraints: ExecutionMode.LOCAL only; Snowflake or Databricks warehouses.
  • Binary installation: Install and verify the Fusion binary in the Airflow runtime.
  • Configuration & deployment: Provide ProfileConfig, RenderConfig, ExecutionConfig, and ProjectConfig, then assemble a DbtDag or DbtTaskGroup for deployment.

Quick Start

Install the dbt Fusion binary in your Airflow image, verify it is executable, configure ProfileConfig with a Snowflake or Databricks connection, set ExecutionConfig to point to the Fusion binary, and create a DbtDag or DbtTaskGroup to run your Fusion project.

Frequently Asked Questions about cosmos-dbt-fusion

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

FAQPage Schema
How do I run dbt Fusion projects with Cosmos in Airflow?

You can run dbt Fusion projects with Cosmos by configuring ProfileConfig, RenderConfig, ExecutionConfig, and ProjectConfig, then assembling a DbtDag or DbtTaskGroup for local execution in Airflow.

Does Cosmos support dbt Fusion execution on Snowflake and Databricks?

Cosmos supports dbt Fusion configurations on both Snowflake and Databricks warehouses, enabling local execution of dbt workflows within Airflow DAGs using the Fusion binary.

What configurations do I need to set up a DbtDag for dbt Fusion?

Setting up a DbtDag for dbt Fusion requires ProfileConfig for Snowflake or Databricks connections, ExecutionConfig pointing to the Fusion binary, RenderConfig, and ProjectConfig to assemble the DAG.

How do I install and verify the dbt Fusion binary in Airflow?

Install the dbt Fusion binary directly into your Airflow image, then verify it is executable in the runtime environment to ensure Cosmos can trigger local execution for your dbt workflows.

Can I use remote execution mode for dbt Fusion in Astronomer Cosmos?

No, dbt Fusion in Astronomer Cosmos enforces LOCAL execution mode only, requiring the Fusion binary to be present and executable within the Airflow runtime for DAG deployment.