small tweak

This commit is contained in:
Jack Forgash 2023-09-25 12:17:56 -06:00
parent caa55a4cde
commit 4c1c83f586
3 changed files with 10 additions and 3 deletions

View File

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

View File

@ -0,0 +1,5 @@
{% docs _request_timestamp %}
Time (in UTC) when an API call was made.
{% enddocs %}

View File

@ -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')}}"