Skip to content

Commit

Permalink
Add check_seed test to woofi_optimism_base_trades
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Nov 16, 2023
1 parent 801d126 commit 48c6971
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions models/_sector/dex/trades/optimism/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ models:
combination_of_columns:
- tx_hash
- evt_index
- check_dex_seed:
blockchain: optimism
project: woofi
version: 1
- check_seed:
seed_file: ref('woofi_optimism_base_trades_seed')
match_columns:
- tx_hash
- evt_index
check_columns:
- block_number
- token_bought_address
- token_sold_address
- token_bought_amount_raw
- token_sold_amount_raw

- name: dex_optimism_base_trades

0 comments on commit 48c6971

Please sign in to comment.