Skip to content

Commit

Permalink
[911 Mitigation] Don't select rows that have null defillamaIds (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyyim authored Sep 7, 2024
1 parent 0b95478 commit 94395df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/staging/defillama/fact_defillama_protocol_fees.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ with

select *
from flattened_data
where defillama_protocol_id is not null
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ with

select *
from flattened_data
where defillama_protocol_id is not null

0 comments on commit 94395df

Please sign in to comment.