mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:56:50 +00:00
update share refs (#394)
This commit is contained in:
parent
e9b7a64ed9
commit
319f5cb635
@ -19,4 +19,4 @@
|
||||
token_metadata,
|
||||
token_metadata_uri,
|
||||
token_name
|
||||
FROM {{ref('core__dim_nft_metadata')}}
|
||||
FROM {{ref('nft__dim_nft_metadata')}}
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
@ -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'
|
||||
Loading…
Reference in New Issue
Block a user