Skip to content

Run your dbt Core projects as Apache Airflow DAGs and Task Groups with a few lines of code

License

Notifications You must be signed in to change notification settings

MuttData/astronomer-cosmos

This branch is 15 commits behind astronomer/astronomer-cosmos:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 24, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Dec 27, 2024
Feb 19, 2025
Jun 8, 2023
Oct 3, 2024
Feb 11, 2025
Apr 13, 2023
Feb 5, 2025
Oct 28, 2024
May 29, 2024
Dec 13, 2022
Dec 20, 2024
Dec 31, 2024
Dec 18, 2024
Apr 13, 2023
Oct 31, 2024
Feb 6, 2025

Repository files navigation


fury ossrank downloads pre-commit.ci status

Run your dbt Core projects as Apache Airflow® DAGs and Task Groups with a few lines of code. Benefits include:

  • Run dbt projects against Airflow connections instead of dbt profiles
  • Native support for installing and running dbt in a virtual environment to avoid dependency conflicts with Airflow
  • Run tests immediately after a model is done to catch issues early
  • Utilize Airflow's data-aware scheduling to run models immediately after upstream ingestion
  • Turn each dbt model into a task/task group complete with retries, alerting, etc.

Quickstart

Check out the Getting Started guide on our docs. See more examples at /dev/dags and at the cosmos-demo repo.

Example Usage

You can render a Cosmos Airflow DAG using the DbtDag class. Here's an example with the jaffle_shop project:

https://github.com/astronomer/astronomer-cosmos/blob/24aa38e528e299ef51ca6baf32f5a6185887d432/dev/dags/basic_cosmos_dag.py#L1-L42

This will generate an Airflow DAG that looks like this:

https://github.com/astronomer/astronomer-cosmos/blob/main/docs/_static/jaffle_shop_dag.png

Community

  • Join us on the Airflow Slack at #airflow-dbt

Changelog

We follow Semantic Versioning for releases. Check CHANGELOG.rst for the latest changes.

Contributing Guide

All contributions, bug reports, bug fixes, documentation improvements, enhancements are welcome.

A detailed overview an how to contribute can be found in the Contributing Guide.

As contributors and maintainers to this project, you are expected to abide by the Contributor Code of Conduct.

License

Apache License 2.0

Privacy Notice

The application and this website collect telemetry to support the project's development. These can be disabled by the end-users.

Read the Privacy Notice to learn more about it.

https://static.scarf.sh/a.png?x-pxid=ae43a92a-5a21-4c77-af8b-99c2242adf93

Security Policy

Check the project's Security Policy to learn how to report security vulnerabilities in Astronomer Cosmos and how security issues reported to the Astronomer Cosmos security team are handled.

About

Run your dbt Core projects as Apache Airflow DAGs and Task Groups with a few lines of code

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%