Merge pull request #18 from FlipsideCrypto/and-5590-scheduling

Fixed tests failing due to col refs
This commit is contained in:
Mike Stepanovic 2024-12-10 15:19:35 -07:00 committed by GitHub
commit 6b972e35c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 85 deletions

View File

@ -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

View File

@ -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