ScalefreeCOM / datavault4dbt

Scalefree's dbt package for a Data Vault 2.0 implementation congruent to the original Data Vault 2.0 definition by Dan Linstedt including the Staging Area, DV2.0 main entities, PITs and Snapshot Tables.
https://www.scalefree.com/
Apache License 2.0
143 stars 27 forks source link

run count instead of full scan for rec-trac-sats #267

Closed tkiehn closed 1 month ago

tkiehn commented 1 month ago

Description

Apply logic from https://github.com/ScalefreeCOM/datavault4dbt/commit/dfdb9182ef0a1dd688af6f517612ef51f9c85aa6 to the adapters where it is not present yet. Prevents full table scanning and runs a count(*) instead

Checklist: