Reputation: 411
I'm starting learn dbt and I'm long time Airflow user. I've built, ran and tested a dbt model and I've pushed it to a remote repo. Now, I want pull this remote to another repo where is my Airflow DAGs. My Airflow structure is the following:
~/airflow
- .git
- dags/
But I have some questions:
git submodule
the best way to pull my dbt repo on my Airflow repo. Am I correct?I hope be clear, but let me know if you need any detail. Thanks for your help guys!
Upvotes: 2
Views: 682
Reputation: 38
I understand that
You can indeed do it using subtree.
Once you have this, if you have DBT installed Airflow can run DBT DAGS.
Upvotes: 0