the-data-base / nhl-data

Repo for version control the dbt transformations on nhl-breakouts data
5 stars 0 forks source link

add dedupe logic to failing dbt models #77

Closed gavh3 closed 1 year ago

gavh3 commented 1 year ago

Overview

some duplicate data was loaded into the raw tables, causing dbt test failures. This PR adds deduplication logic to ensure that our tests pass and then duplicated rows aren't propagated to downstream models.

Checks