cosmos-dbt-core

Convert dbt Core projects into Airflow DAGs or TaskGroups using Astronomer Cosmos.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

Use when turning a dbt Core project into an Airflow DAG/TaskGroup using Astronomer Cosmos. Does not cover dbt Fusion. Before implementing, verify dbt engine, warehouse, Airflow version, execution environment, DAG vs TaskGroup, and manifest availability.

Frequently Asked Questions about cosmos-dbt-core

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

FAQPage Schema
How do I convert a dbt Core project into an Airflow DAG?

To convert a dbt Core project into an Airflow DAG, use Astronomer Cosmos to transform your dbt workflows into Airflow DAGs or TaskGroups for data pipelines. Cosmos guides the conversion by checking engine and warehouse compatibility alongside manifest availability.

What are the prerequisites for converting dbt Core workflows to Airflow with Cosmos?

Converting dbt Core workflows to Airflow with Cosmos requires a compatible dbt engine, warehouse, Airflow version, and execution environment. You must also verify manifest availability and decide whether to generate a DAG or a TaskGroup before implementation.

Does Cosmos support converting dbt Fusion into Airflow DAGs?

No, Cosmos does not support converting dbt Fusion into Airflow DAGs or TaskGroups. The conversion specifically applies to dbt Core projects, meaning you must verify your dbt engine compatibility before attempting to transform your workflows.

When should I use a TaskGroup instead of a DAG for my dbt Core project?

Choosing between a TaskGroup and a DAG for your dbt Core project depends on your specific Airflow pipeline structure. Cosmos supports generating both formats, allowing you to organize dbt workflows either as nested task groups within a larger DAG or as standalone DAGs.

Can I use Cosmos to run dbt Core models in an existing Airflow environment?

Yes, you can use Cosmos to run dbt Core models in an existing Airflow environment, provided your setup meets the prerequisites. You must verify your Airflow version, execution environment, warehouse compatibility, and manifest availability before integrating the dbt workflow.