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

append instead of recreate for immutable tables #47

Closed
drewbanin opened this issue Jul 12, 2016 · 1 comment
Closed

append instead of recreate for immutable tables #47

drewbanin opened this issue Jul 12, 2016 · 1 comment
Assignees
Milestone

Comments

@drewbanin
Copy link
Contributor

drewbanin commented Jul 12, 2016

ie. snowplow events. Don't need to recreate model tables, just need to append the new data

materialize: t/f --> type: view/table/incremental

if not exist:
create
else:
insert select (as template)... add WHERE on id/date field (specified in config)

@drewbanin drewbanin self-assigned this Jul 12, 2016
@drewbanin drewbanin modified the milestone: 0.2.5.0 Jul 18, 2016
@drewbanin drewbanin modified the milestone: 0.2.5.0 Jul 25, 2016
@jthandy jthandy modified the milestone: 0.2.6.0 Aug 3, 2016
@drewbanin
Copy link
Contributor Author

drewbanin commented Aug 9, 2016

#94

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