Skip to content

Commit

Permalink
Revert recency tags from source only (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity authored Jan 8, 2025
1 parent 1b18e08 commit 32c34a6
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion models/staging/stg_account_signers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_account_signers
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_accounts
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_claimable_balances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_claimable_balances
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 48 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_contract_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_contract_data
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 48 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_history_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_history_assets
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 3 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_history_effects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_history_effects
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_history_ledgers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_history_ledgers
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_history_operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_history_operations
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_history_trades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_history_trades
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(ledger_closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_history_transactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_history_transactions
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_liquidity_pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_liquidity_pools
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 336}}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_offers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_offers
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_trust_lines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_trust_lines
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 24 }}'
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_ttl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ models:
- name: stg_ttl
tests:
- dbt_utils.recency:
tags: [recency]
datepart: hour
field: cast(closed_at as timestamp)
interval: '{{ 1 if target.name == "prod" else 48 }}'
Expand Down

0 comments on commit 32c34a6

Please sign in to comment.