Skip to content

Commit

Permalink
AN-5126/morpho-missing-token-details (#202)
Browse files Browse the repository at this point in the history
* inner join on contracts deposit morpho

* update to trace filter

* undo deposit changes, filter morpho from tests

* add borrows and repayments

* update amount test

* indent
  • Loading branch information
mattromano authored Aug 28, 2024
1 parent cd6bcfb commit b339c72
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ models:
tests:
- not_null
- name: TOKEN_SYMBOL
tests:
- not_null
- name: AMOUNT_UNADJ
tests:
- not_null
- name: AMOUNT
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- decimal
- float
- name: AMOUNT_USD
tests:
- dbt_expectations.expect_column_values_to_be_in_type_list:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ models:
tests:
- not_null
- name: TOKEN_SYMBOL
tests:
- not_null
- name: AMOUNT_UNADJ
tests:
- not_null
- name: AMOUNT
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- decimal
- float
- name: AMOUNT_USD
tests:
- dbt_expectations.expect_column_values_to_be_in_type_list:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ models:
- not_null
- name: AMOUNT
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- decimal
- float
- name: AMOUNT_USD
tests:
- dbt_expectations.expect_column_values_to_be_in_type_list:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ models:
tests:
- not_null
- name: TOKEN_SYMBOL
tests:
- not_null
- name: AMOUNT_UNADJ
tests:
- not_null
- name: AMOUNT
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- decimal
- float
- name: AMOUNT_USD
tests:
- dbt_expectations.expect_column_values_to_be_in_type_list:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ models:
tests:
- not_null
- name: TOKEN_SYMBOL
tests:
- not_null
- name: AMOUNT_UNADJ
tests:
- not_null
- name: AMOUNT
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- decimal
- float
- name: AMOUNT_USD
tests:
- dbt_expectations.expect_column_values_to_be_in_type_list:
Expand Down

0 comments on commit b339c72

Please sign in to comment.