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

job blocks #595

Closed
drewbanin opened this issue Nov 10, 2017 · 1 comment
Closed

job blocks #595

drewbanin opened this issue Nov 10, 2017 · 1 comment

Comments

@drewbanin
Copy link
Contributor

drewbanin commented Nov 10, 2017

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.

@drewbanin drewbanin added this to the Orchestration milestone Nov 10, 2017
@drewbanin drewbanin removed this from the Orchestration milestone Jun 28, 2018
@drewbanin
Copy link
Contributor Author

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.

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