You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently, dbt runs in a monolithic fashion. The entire graph, or some subgraph thereof, is executed from beginning to end when dbt run is invoked.
dbt should provide a mechanism to define "orchestrations" of jobs which select models to run, apply configurations, attach hooks, and run arbitrary sql.
The text was updated successfully, but these errors were encountered:
This is a good idea, but "job blocks" (ie. jinja code) is not the right way to orchestrate dbt runs. See #594 for more developed thinking on this topic.
Presently, dbt runs in a monolithic fashion. The entire graph, or some subgraph thereof, is executed from beginning to end when
dbt run
is invoked.dbt should provide a mechanism to define "orchestrations" of jobs which select models to run, apply configurations, attach hooks, and run arbitrary sql.
The text was updated successfully, but these errors were encountered: