This commit is contained in:
issui 2022-06-02 20:22:02 -07:00
parent 1fbe60ed64
commit 75aad4c986
5 changed files with 9 additions and 4 deletions

View File

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

View File

@ -7,7 +7,7 @@ models:
columns:
- name: action_id
description:
description: "{{ doc('action_id')}}"
tests:
- unique
- not_null

View File

@ -140,7 +140,7 @@ models:
- not_null
- name: rent_paid
description:"{{ doc('rent_paid')}}"
description: "{{ doc('rent_paid')}}"
tests:
- not_null

View File

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

View File

@ -0,0 +1,5 @@
{% docs block_id %}
The height of the chain this block corresponds with.
{% enddocs %}