mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 12:46:51 +00:00
typo, url, FR off
This commit is contained in:
parent
a377ad6d2e
commit
005a76822e
@ -1,13 +1,14 @@
|
||||
{{ config(
|
||||
materialized = 'incremental',
|
||||
tags = ['scheduled_non_core']
|
||||
tags = ['scheduled_non_core'],
|
||||
full_refresh = false
|
||||
) }}
|
||||
|
||||
WITH lq AS (
|
||||
|
||||
SELECT
|
||||
{{ target.database }}.live.udf_api(
|
||||
'{Service}main/info',
|
||||
'{Service}/main/info',
|
||||
'Vault/prod/eclipse/solar_dex'
|
||||
) :data :data AS response
|
||||
)
|
||||
|
||||
@ -7,7 +7,7 @@ models:
|
||||
where: modified_timestamp >= current_date - 7
|
||||
columns:
|
||||
- name: recorded_at
|
||||
description: "the data the tvl was recorded"
|
||||
description: "the date the tvl was recorded"
|
||||
data_tests:
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
|
||||
Loading…
Reference in New Issue
Block a user