gmyrianthous / dbt-airflow

A Python package that creates fine-grained dbt tasks on Apache Airflow
https://gmyrianthous.github.io/dbt-airflow/
62 stars 23 forks source link

Feat/render tagged models #123

Closed DimitriSam closed 11 months ago

DimitriSam commented 11 months ago

Overview: This PR introduces a new feature in the package that allows for the execution of dbt models based on specified tags. It aims to provide more flexibility and control over model execution in Airflow workflows.

Changes Made: