add files

This commit is contained in:
ndhung1104 2022-02-21 22:04:48 +07:00
parent 313eb41804
commit 8445fa6e1d
2 changed files with 39 additions and 0 deletions

View File

View File

@ -0,0 +1,39 @@
version: 2
models:
- name: transactions
description: "Near transactions."
columns:
- name: block_id
description: The block ID.
tests:
- not_null
- name: tx_id
description: The transaction hash.
tests:
- not_null
- name: block_timestamp
description: The time the block was minted.
tests:
- not_null
- name: tx
description: The transaction's information.
tests:
- not_null
- name: tx_outcome
description: The transaction outcome.
- name: tx_receipt
description: The transaction receipt.
- name: tx_receiver
description: The transaction receiver.
- name: tx_signer
description: The transaction signer.