Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple dbt models in one test #213

Open
megetron3 opened this issue Apr 25, 2024 · 0 comments
Open

multiple dbt models in one test #213

megetron3 opened this issue Apr 25, 2024 · 0 comments

Comments

@megetron3
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant