typo, url, FR off

This commit is contained in:
Eric Laurello 2024-11-25 11:28:55 -05:00
parent a377ad6d2e
commit 005a76822e
2 changed files with 4 additions and 3 deletions

View File

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

View File

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