Transformations: dbt Transformations - allow running a model without running it's upstream models
Hello,
I have some incremental models running, but also some views that are created with dbt.
Whenever I run my views, because the incremental models are upstream, they run the incremental models as well. Sometimes this causes errors because they run simultaneously (but not as one individual run)
I'd like to have an option to run a model (specifically one that is materialized as a view) without triggering any upstream models.
Please sign in to leave a comment.
Comments
0 comments