Skip to content

Commit

Permalink
where (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside authored Jun 26, 2024
1 parent 831fbad commit 77ca1da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models/silver/core/silver__traces2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ WITH bronze_traces AS (
AND t._partition_by_block_id = ROUND(
b.block_number,
-3
) {#
)
WHERE
t.data :result IS NOT NULL {#

{% if is_incremental() %}
{{ ref('bronze__streamline_traces') }}
Expand Down

0 comments on commit 77ca1da

Please sign in to comment.