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

adding metis fundamental metrics #469

Merged
merged 1 commit into from
Sep 11, 2024
Merged

adding metis fundamental metrics #469

merged 1 commit into from
Sep 11, 2024

Conversation

alexwes
Copy link
Contributor

@alexwes alexwes commented Sep 6, 2024

Adding Metis fundamental metrics models: fees, daus, daily_txns.
Added ez metrics table.

daily_metis_job successfully materializes all assets:
Screenshot 2024-09-06 at 10 54 29 AM

@alexwes alexwes requested a review from a team as a code owner September 6, 2024 14:54
select
date(hour) as date,
avg(price) as price
from ethereum_flipside.price.ez_prices_hourly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking we should create an intermediate table that creates avg daily prices for all tokens that we could then use throughout the codebase

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree that would be useful!

@alexwes alexwes merged commit ae5a0c6 into main Sep 11, 2024
3 checks passed
@alexwes alexwes deleted the alw_metis_fundamentals branch September 11, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants