Skip to content

Commit

Permalink
remove filter on prices (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dot2dotseurat authored Jul 8, 2022
1 parent d3e4722 commit 7392972
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ LEFT JOIN {{ ref('tokens_ethereum_rebase') }} as r
LEFT JOIN {{ ref('balances_ethereum_erc20_noncompliant') }} as nc
ON rh.token_address = nc.token_address
where rh.recency_index = 1
and p.minute is not null
and r.contract_address is null
and nc.token_address is null

0 comments on commit 7392972

Please sign in to comment.