Skip to content

Commit

Permalink
Fix _schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Dec 18, 2023
1 parent 10f9491 commit 7f03125
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions models/_sector/dex/trades/optimism/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ models:
- check_dex_base_trades_seed:
seed_file: ref('sushiswap_optimism_base_trades_seed')
filter:
version: trident-cpp
version: trident-sp
version:
- trident-cpp
- trident-sp


- name: sushiswap_v2_optimism_base_trades
Expand Down Expand Up @@ -100,6 +101,7 @@ models:
- check_dex_base_trades_seed:
seed_file: ref('mummy_finance_optimism_base_trades_seed')


- name: zipswap_optimism_base_trades
meta:
blockchain: optimism
Expand All @@ -119,6 +121,7 @@ models:
filter:
version: 1


- name: balancer_v2_optimism_base_trades
meta:
blockchain: optimism
Expand All @@ -139,25 +142,6 @@ models:
version: 2


- name: mummy_finance_optimism_base_trades
meta:
blockchain: optimism
sector: dex
project: mummy_finance
contributors: ARDev097
config:
tags: [ 'optimism', 'dex', 'trades', 'mummy_finance' ]
description: >
mummy_finance base trades on optimism.
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- tx_hash
- evt_index
- check_dex_base_trades_seed:
seed_file: ref('mummy_finance_optimism_base_trades_seed')


- name: hashflow_optimism_base_trades
meta:
blockchain: optimism
Expand Down

0 comments on commit 7f03125

Please sign in to comment.