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

Reorganize models #127

Open
bmtcril opened this issue Oct 21, 2024 · 0 comments
Open

Reorganize models #127

bmtcril opened this issue Oct 21, 2024 · 0 comments

Comments

@bmtcril
Copy link
Contributor

bmtcril commented Oct 21, 2024

Originally we had hoped to maintain our schemas such that:

  • event_sink and xapi schemas store incoming raw data or 1st level materialized views that don't transform the data (ex: enrollment_events)
  • reporting stored the remaining materialized views, dictionaries, and views

We've not been following that and now there is really no order to where things are going. We should:

  1. Look at the dbt docs for an out of the box instance
  2. Remove any unused models
  3. Move the schema for any models that don't match the criteria above
  4. Script removal of the old locations of those models to prevent future confusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Work
Development

No branches or pull requests

1 participant