Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-snx committed Feb 13, 2025
1 parent 97e6d56 commit f4ef52c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions transformers/synthetix/models/marts/base/mainnet/core/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,22 @@ models:
data_type: numeric
tests:
- not_null
- name: hourly_incentive_rewards_pct
description: "Hourly incentive rewards (%)"
data_type: numeric
tests:
- not_null
- dbt_utils.accepted_range:
min_value: 0
inclusive: true
- name: hourly_performance_pct
description: "Hourly performance (%)"
data_type: numeric
tests:
- not_null
- dbt_utils.accepted_range:
min_value: 0
inclusive: true
- name: fct_pool_rewards_pool_hourly_base_mainnet
columns:
- name: ts
Expand Down

0 comments on commit f4ef52c

Please sign in to comment.