mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
fixes1
This commit is contained in:
parent
1fbe60ed64
commit
75aad4c986
@ -1,4 +1,4 @@
|
||||
FROM dbt-labs/dbt:1.0.0
|
||||
FROM fishtownanalytics/dbt:1.0.0
|
||||
WORKDIR /support
|
||||
RUN mkdir /root/.dbt
|
||||
COPY profiles.yml /root/.dbt
|
||||
|
||||
@ -7,7 +7,7 @@ models:
|
||||
|
||||
columns:
|
||||
- name: action_id
|
||||
description:
|
||||
description: "{{ doc('action_id')}}"
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
|
||||
@ -140,7 +140,7 @@ models:
|
||||
- not_null
|
||||
|
||||
- name: rent_paid
|
||||
description:"{{ doc('rent_paid')}}"
|
||||
description: "{{ doc('rent_paid')}}"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{% docs block_hash %}
|
||||
{% docs block_height %}
|
||||
|
||||
The block height is a sequential number of the most recent block in the blockchain.
|
||||
|
||||
|
||||
5
models/descriptions/block_id.md
Normal file
5
models/descriptions/block_id.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs block_id %}
|
||||
|
||||
The height of the chain this block corresponds with.
|
||||
|
||||
{% enddocs %}
|
||||
Loading…
Reference in New Issue
Block a user