diff --git a/models/gold/tests/defi/test_defi__liquidity_actions_recent.yml b/models/gold/tests/defi/test_defi__liquidity_actions_recent.yml index 6bd6a9d..3f4bb59 100644 --- a/models/gold/tests/defi/test_defi__liquidity_actions_recent.yml +++ b/models/gold/tests/defi/test_defi__liquidity_actions_recent.yml @@ -19,58 +19,6 @@ models: datepart: hour interval: 3 - - name: block_id - tests: - - not_null - - - name: tx_id - tests: - - not_null - - - name: succeeded - tests: - - not_null - - - name: root_action - tests: - - not_null - - - name: liquidity_action - tests: - - not_null - - - name: liquidity_provider - tests: - - not_null - - - name: token1_amount - tests: - - not_null - - - name: token1_name - tests: - - not_null - - - name: token1_id - tests: - - not_null - - - name: token2_amount - tests: - - not_null - - - name: token2_name - tests: - - not_null - - - name: token2_id - tests: - - not_null - - - name: inserted_timestamp - tests: - - not_null - - - name: modified_timestamp + - name: BLOCK_ID tests: - not_null \ No newline at end of file diff --git a/models/gold/tests/defi/test_defi__swaps_recent.yml b/models/gold/tests/defi/test_defi__swaps_recent.yml index b649c5c..2a4842c 100644 --- a/models/gold/tests/defi/test_defi__swaps_recent.yml +++ b/models/gold/tests/defi/test_defi__swaps_recent.yml @@ -18,37 +18,5 @@ models: interval: 3 - name: BLOCK_ID - tests: - - not_null - - - name: TX_ID - tests: - - not_null - - - name: SWAPPER - tests: - - not_null - - - name: SWAP_FROM_AMOUNT - tests: - - not_null - - - name: SWAP_FROM_ID - tests: - - not_null - - - name: SWAP_TO_AMOUNT - tests: - - not_null - - - name: SWAP_TO_ID - tests: - - not_null - - - name: ROOT_ACTION - tests: - - not_null - - - name: SWAP_PROTOCOL tests: - not_null \ No newline at end of file