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

"incremental" deploy #48

Closed
drewbanin opened this issue Jul 12, 2016 · 2 comments
Closed

"incremental" deploy #48

drewbanin opened this issue Jul 12, 2016 · 2 comments

Comments

@drewbanin
Copy link
Contributor

only update views/tables which have changed
for developmental debugging, not for production

@jthandy
Copy link
Member

jthandy commented Jul 18, 2016

Rather than detecting changes, it may be easier to just have a --models flag that you can send a list to and it will just deploy those models and their dependencies.

This would be very useful in another situation as well. With a client, I'm building a bunch of models that are views and stacking them on top of one another. Then, in a final model, I'm taking the results of the final view and storing them to disk. This dramatically speeds up analytical query performance. I would ideally like to be able to say dbt run --model transactions or something similar to only build this final one. I could imagine wanting to do this in production on an ongoing basis so as to avoid tearing down all of the underlying views every hour in a production environment.

@drewbanin
Copy link
Contributor Author

deployed!

yu-iskw pushed a commit to yu-iskw/dbt that referenced this issue Aug 17, 2021
…row-num-date-spine

fix for orderby on snowflake
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

2 participants