quary icon indicating copy to clipboard operation
quary copied to clipboard

feat: incremental model builds on cache views

Open louisjoecodes opened this issue 1 year ago • 0 comments

Changes:

  • Improved build output
  • Implement cache view builds to skip models that have not changed (and their upstream dependencies) quary build -i

Todo:

  • Need to extend test-case to cover changing downstream model.
  • As we are using CASCADE in Postgres, cache views are destroyed when a model is rebuilt. Need to create a test to check if this breaks our caching mechanism.

louisjoecodes avatar May 16 '24 21:05 louisjoecodes