Skip to content

Commit

Permalink
Update Ez Metric Dependencies: Polygon, Ethereum, Near (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Jun 21, 2024
1 parent b646bc3 commit 3fd518c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 14 deletions.
3 changes: 0 additions & 3 deletions models/metrics/revenue/agg_daily_ethereum_revenue_gold.sql

This file was deleted.

3 changes: 0 additions & 3 deletions models/metrics/revenue/agg_daily_polygon_revenue_gold.sql

This file was deleted.

2 changes: 1 addition & 1 deletion models/projects/ethereum/core/ez_ethereum_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with
censored_block_metrics as ({{ get_censored_block_metrics("ethereum") }}),
revenue_data as (
select date, revenue, native_token_burn as revenue_native
from {{ ref("agg_daily_ethereum_revenue_gold") }}
from {{ ref("agg_daily_ethereum_revenue") }}
),
github_data as ({{ get_github_metrics("ethereum") }}),
contract_data as ({{ get_contract_metrics("ethereum") }}),
Expand Down
2 changes: 1 addition & 1 deletion models/projects/near/core/ez_near_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with
price_data as ({{ get_coingecko_metrics("near") }}),
defillama_data as ({{ get_defillama_metrics("near") }}),
revenue_data as (
select date, revenue_native, revenue from {{ ref("fact_near_revenue_gold") }}
select date, revenue_native, revenue from {{ ref("fact_near_revenue") }}
),
github_data as ({{ get_github_metrics("near") }}),
contract_data as ({{ get_contract_metrics("near") }}),
Expand Down
2 changes: 1 addition & 1 deletion models/projects/polygon/core/ez_polygon_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ with
contract_data as ({{ get_contract_metrics("polygon") }}),
revenue_data as (
select date, native_token_burn as revenue_native, revenue
from {{ ref("agg_daily_polygon_revenue_gold") }}
from {{ ref("agg_daily_polygon_revenue") }}
),
nft_metrics as ({{ get_nft_metrics("polygon") }}),
p2p_metrics as ({{ get_p2p_metrics("polygon") }}),
Expand Down
5 changes: 0 additions & 5 deletions models/staging/near/fact_near_revenue_gold.sql

This file was deleted.

0 comments on commit 3fd518c

Please sign in to comment.