Skip to content

Commit

Permalink
fix file not found in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cxheng315 committed Dec 20, 2024
1 parent 905bae5 commit 1f9e263
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions dbt_subprojects/dex/seeds/trades/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4515,22 +4515,7 @@ seeds:
token_sold_amount_raw: uint256
block_date: timestamp

- name: katana_v2_ronin_base_trades_seed
config:
column_types:
blockchain: varchar
project: varchar
version: varchar
tx_hash: varbinary
evt_index: uint256
block_number: uint256
token_bought_address: varbinary
token_sold_address: varbinary
token_bought_amount_raw: uint256
token_sold_amount_raw: uint256
block_date: timestamp

- name: katana_v3_ronin_base_trades_seed
- name: katana_ronin_base_trades_seed
config:
column_types:
blockchain: varchar
Expand Down

0 comments on commit 1f9e263

Please sign in to comment.