EqualExperts/dbt-unit-testing

multiple dbt models in one test

megetron3 opened this issue · 0 comments

I'm curious if this package allows for the execution of multiple models consecutively. Here's my scenario: I'm utilizing Airflow, and for each data ingestion, I need to pass it through several models. This involves some data canonicalization, followed by enrichment, and finally, business transformation. My preference is to run all these models sequentially, checking the expected results only after all models have been applied to the data, rather than testing each model individually. Can this package accommodate such a workflow?