diff --git a/models/gold/defi/defi__fact_solar_dex_tvl.sql b/models/gold/defi/defi__fact_solar_dex_tvl.sql index 7158ab6..4734ab8 100644 --- a/models/gold/defi/defi__fact_solar_dex_tvl.sql +++ b/models/gold/defi/defi__fact_solar_dex_tvl.sql @@ -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 ) diff --git a/models/gold/defi/defi__fact_solar_dex_tvl.yml b/models/gold/defi/defi__fact_solar_dex_tvl.yml index c9e79d5..9fc07b6 100644 --- a/models/gold/defi/defi__fact_solar_dex_tvl.yml +++ b/models/gold/defi/defi__fact_solar_dex_tvl.yml @@ -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