mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
small tweak
This commit is contained in:
parent
caa55a4cde
commit
4c1c83f586
@ -1,5 +1,5 @@
|
||||
name: dbt_run_livequery
|
||||
run-name: dbt_run_livequery
|
||||
name: dbt_run_livequery_weekly
|
||||
run-name: dbt_run_livequery_weekly
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
5
models/descriptions/_request_timestamp.md
Normal file
5
models/descriptions/_request_timestamp.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs _request_timestamp %}
|
||||
|
||||
Time (in UTC) when an API call was made.
|
||||
|
||||
{% enddocs %}
|
||||
@ -7,7 +7,7 @@ models:
|
||||
tests:
|
||||
- dbt_utils.recency:
|
||||
datepart: day
|
||||
field: _inserted_timestamp
|
||||
field: _request_timestamp
|
||||
interval: 5
|
||||
|
||||
columns:
|
||||
@ -42,3 +42,5 @@ models:
|
||||
- name: _INSERTED_TIMESTAMP
|
||||
description: "{{ doc('_inserted_timestamp')}}"
|
||||
|
||||
- name: _REQUEST_TIMESTAMP
|
||||
description: "{{ doc('_request_timestamp')}}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user