Skip to content

Commit

Permalink
Update king_of_destiny_nova_base_trades.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
couralex6 authored Nov 14, 2024
1 parent d303b1c commit afcb9f9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{ config(
tags = ['prod_exclude'],
schema = 'king_of_destiny_nova',
alias = 'base_trades',
materialized = 'incremental',
Expand Down Expand Up @@ -51,6 +50,9 @@ left join {{source('king_of_destiny_nova','MarketplaceV3_call_GetRoyalty')}} r
{% if is_incremental() %}
and {{incremental_predicate('r.call_block_time')}}
{% endif %}
WHERE
tx_hash != 0xde7696b64c41bc6ffe2834ba51da7f04121f49c08fc89de724413bf81e6e16be
and (sub_tx_trade_id not in [13, 19]
{% if is_incremental() %}
WHERE {{incremental_predicate('s.evt_block_time')}}
and {{incremental_predicate('s.evt_block_time')}}
{% endif %}

0 comments on commit afcb9f9

Please sign in to comment.