Skip to content

Commit

Permalink
Fixes usage of tx receipts (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Apr 18, 2024
1 parent 9870d2f commit 245d9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warehouse/dbt/macros/models/goog_blockchain_deployers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ SELECT
FROM {{ oso_source(network_name, "receipts") }}
WHERE
to_address IS null
AND `status` = 1
{% if is_incremental() %}
AND block_timestamp >= (
SELECT * FROM max_block_timestamp
Expand Down

0 comments on commit 245d9e6

Please sign in to comment.