Jul 19, 2024
That's a great question Lenvy.
The way I would recommend going about it, is to have one Airflow DAG per schedule (e.g. hourly, daily, weekly etc.). Then you can tag your dbt models accordingly, and then use the corresponding tag filter when using dbt-airflow in order to run only the models being tagged with that particular time interval.
Hope this helps!