Skip to content

Commit

Permalink
update models
Browse files Browse the repository at this point in the history
  • Loading branch information
matsonj committed Sep 23, 2024
1 parent 05deece commit 63a5d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_handling-duplicates.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This simple bit of linking means that:

## De-duping with a window function

There is some temptation to handle this de-duplication in this stage. Instead lets add another folder in your `modules` folder called `prep` that handles the deduplication.
There is some temptation to handle this de-duplication in this stage. Instead lets add another folder in your `models` folder called `prep` that handles the deduplication.

Inside this folder, add a new model called `prep_ticker_info.sql`. We can use a traditional de-duplication method here - window functions.

Expand Down

0 comments on commit 63a5d99

Please sign in to comment.