update share refs (#394)

This commit is contained in:
tarikceric 2023-11-07 12:06:00 -08:00 committed by GitHub
parent e9b7a64ed9
commit 319f5cb635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View File

@ -19,4 +19,4 @@
token_metadata,
token_metadata_uri,
token_name
FROM {{ref('core__dim_nft_metadata')}}
FROM {{ref('nft__dim_nft_metadata')}}

View File

@ -26,5 +26,5 @@
validator_rank,
commission,
validator_name
FROM {{ref('core__ez_staking_lp_actions')}}
FROM {{ref('gov__ez_staking_lp_actions')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -15,5 +15,5 @@
gauge,
gaugemeister,
validator_account
FROM {{ref('core__fact_gauges_creates')}}
FROM {{ref('gov__fact_gauges_creates')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -16,5 +16,5 @@
gauge,
power,
delegated_shares
FROM {{ref('core__fact_gauges_votes')}}
FROM {{ref('gov__fact_gauges_votes')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -17,5 +17,5 @@
mint,
action,
amount
FROM {{ref('core__fact_gov_actions')}}
FROM {{ref('gov__fact_gov_actions')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -15,5 +15,5 @@
mint_price,
mint_currency,
mint
FROM {{ref('core__fact_nft_mints')}}
FROM {{ref('nft__fact_nft_mints')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -16,5 +16,5 @@
seller,
mint,
sales_amount
FROM {{ref('core__fact_nft_sales')}}
FROM {{ref('nft__fact_nft_sales')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -20,5 +20,5 @@
vote_choice,
vote_rank,
vote_weight
FROM {{ref('core__fact_proposal_votes')}}
FROM {{ref('gov__fact_proposal_votes')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -21,5 +21,5 @@
post_balances,
pre_token_balances,
post_token_balances
FROM {{ref('core__fact_staking_lp_actions')}}
FROM {{ref('gov__fact_staking_lp_actions')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -16,5 +16,5 @@
swap_to_mint,
program_id,
swap_program
FROM {{ref('core__fact_swaps')}}
FROM {{ref('defi__fact_swaps')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'

View File

@ -9,5 +9,5 @@
block_timestamp,
block_id,
num_votes
FROM {{ref('core__fact_votes_agg_block')}}
FROM {{ref('gov__fact_votes_agg_block')}}
where block_timestamp::date between '2021-12-01' and '2021-12-31'