Tag: DBT
-
Creating a DAG Factory in Airflow
If you are using Airflow to orchestrate DBT, and if like me you prefer to isolate pipelines into logical units, then you will have noticed the inherent repetition that comes with this approach. For example, perhaps you have a set of models which read from operations_db source and write to a set of operations marts,…