Skip to content

Commit

Permalink
Update dbt_subprojects/dex/models/trades/test/_schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke authored Jan 13, 2025
1 parent eb94669 commit 0316e2c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dbt_subprojects/dex/models/trades/test/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ version: 2
models:
- name: dex_ci_trades_test
description: "CI test view that processes modified base_trades models to verify their integration with the dex.trades pipeline"
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- blockchain
- project
- version
- tx_hash
- evt_index
columns:
- name: amount_usd
description: "USD value of the trade at time of execution. Can be null if we don't have enough data to calculate the value."
Expand Down

0 comments on commit 0316e2c

Please sign in to comment.