Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove prices.minute #7899

Merged
merged 2 commits into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 1 addition & 35 deletions dbt_subprojects/tokens/models/prices/_schema.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,6 @@
version: 2

models:
- name: prices_minute
meta:
blockchain: |
arbitrum
avalanche_c
base
blast
bnb
bob
celo
ethereum
fantom
gnosis
kaia
linea
mantle
mode
nova
polygon
scroll
sei
worldchain
zkevm
zksync
zora
sector: prices
short_description: |
The prices.minute table provides historical price information for each token. The prices are calculated as the volume weighted average price at the hourly level from our dex.prices_block table.
If there are no trades at a given interval, the previous price is used until a new trade occurs.
It is recommended to use the contract_address to refer to a token rather than the token symbol as blockchains do not enforce unique token symbols.
contributors: couralex, jeff-dude, 0xRob
config:
tags: [ 'prices', 'minute']

models:
- name: prices_solana_hour
meta:
blockchain: |
Expand Down
18 changes: 0 additions & 18 deletions dbt_subprojects/tokens/models/prices/prices_minute.sql

This file was deleted.