An open API service indexing awesome lists of open source software.

https://github.com/tomasfarias/dbt-dag-factory

Dynamically generate Apache Airflow DAGs from a dbt manifest!
https://github.com/tomasfarias/dbt-dag-factory

Last synced: about 1 month ago
JSON representation

Dynamically generate Apache Airflow DAGs from a dbt manifest!

Awesome Lists containing this project

README

        

# dbt-dag-factory

`dbt-dag-factory` is a library that generates Apache Airflow DAGs from [`dbt`](https://www.getdbt.com/) manifest artifacts.

# Installing

Install from PyPI:

``` sh
pip install dbt-dag-factory
```

# License

This project is licensed under the MIT license. See ![LICENSE](LICENSE).