From 492713b4359074e4af4f96f34bc4ee9e986922fd Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Mon, 14 Oct 2024 14:34:32 -0400 Subject: [PATCH] lessen threshold for test/jenkins env (#103) --- models/staging/stg_account_signers.yml | 2 +- models/staging/stg_accounts.yml | 2 +- models/staging/stg_claimable_balances.yml | 2 +- models/staging/stg_contract_data.yml | 2 +- models/staging/stg_history_assets.yml | 2 +- models/staging/stg_history_effects.yml | 2 +- models/staging/stg_history_ledgers.yml | 2 +- models/staging/stg_history_operations.yml | 2 +- models/staging/stg_history_trades.yml | 2 +- models/staging/stg_history_transactions.yml | 2 +- models/staging/stg_liquidity_pools.yml | 2 +- models/staging/stg_offers.yml | 2 +- models/staging/stg_trust_lines.yml | 2 +- models/staging/stg_ttl.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/models/staging/stg_account_signers.yml b/models/staging/stg_account_signers.yml index 6d3ae9a..ee92d47 100644 --- a/models/staging/stg_account_signers.yml +++ b/models/staging/stg_account_signers.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_accounts.yml b/models/staging/stg_accounts.yml index 8d56516..b12fe0e 100644 --- a/models/staging/stg_accounts.yml +++ b/models/staging/stg_accounts.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_claimable_balances.yml b/models/staging/stg_claimable_balances.yml index 6fad69d..fc19ab1 100644 --- a/models/staging/stg_claimable_balances.yml +++ b/models/staging/stg_claimable_balances.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_contract_data.yml b/models/staging/stg_contract_data.yml index 4f55f95..c1aa3a0 100644 --- a/models/staging/stg_contract_data.yml +++ b/models/staging/stg_contract_data.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_history_assets.yml b/models/staging/stg_history_assets.yml index 583b416..5a620aa 100644 --- a/models/staging/stg_history_assets.yml +++ b/models/staging/stg_history_assets.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_history_effects.yml b/models/staging/stg_history_effects.yml index f669581..f51e47a 100644 --- a/models/staging/stg_history_effects.yml +++ b/models/staging/stg_history_effects.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." columns: diff --git a/models/staging/stg_history_ledgers.yml b/models/staging/stg_history_ledgers.yml index 117b888..5aafd9a 100644 --- a/models/staging/stg_history_ledgers.yml +++ b/models/staging/stg_history_ledgers.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." columns: diff --git a/models/staging/stg_history_operations.yml b/models/staging/stg_history_operations.yml index 6fe80ef..4226224 100644 --- a/models/staging/stg_history_operations.yml +++ b/models/staging/stg_history_operations.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." columns: diff --git a/models/staging/stg_history_trades.yml b/models/staging/stg_history_trades.yml index 5147435..23fec32 100644 --- a/models/staging/stg_history_trades.yml +++ b/models/staging/stg_history_trades.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(ledger_closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_history_transactions.yml b/models/staging/stg_history_transactions.yml index 7c5c8e6..6505cc8 100644 --- a/models/staging/stg_history_transactions.yml +++ b/models/staging/stg_history_transactions.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." columns: diff --git a/models/staging/stg_liquidity_pools.yml b/models/staging/stg_liquidity_pools.yml index 5a9ba1d..7eb7327 100644 --- a/models/staging/stg_liquidity_pools.yml +++ b/models/staging/stg_liquidity_pools.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_offers.yml b/models/staging/stg_offers.yml index e7e14bd..c6b0a6c 100644 --- a/models/staging/stg_offers.yml +++ b/models/staging/stg_offers.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_trust_lines.yml b/models/staging/stg_trust_lines.yml index b7117a2..be49ab3 100644 --- a/models/staging/stg_trust_lines.yml +++ b/models/staging/stg_trust_lines.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: diff --git a/models/staging/stg_ttl.yml b/models/staging/stg_ttl.yml index c892e78..2f3148b 100644 --- a/models/staging/stg_ttl.yml +++ b/models/staging/stg_ttl.yml @@ -6,7 +6,7 @@ models: - dbt_utils.recency: datepart: hour field: cast(closed_at as timestamp) - interval: '{{ 1 if target.name == "prod" else 6 }}' + interval: '{{ 1 if target.name == "prod" else 24 }}' meta: description: "Monitors the freshness of your table over time, as the expected time between data updates." - incremental_unique_combination_of_columns: