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

Latest balances EVM models #7618

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

et-dynamic
Copy link

The idea here is to materialize a table with the latest balances for each address x token. I plan on adding the other chains which have tokens_*.balances tables once I know this one works.

Open questions:

  • Better to just materalize as "table" and have it full refresh daily?
  • Is it appropriate to build off of the balances tables (and have to group by a bunch of columns)? This seems better than just aggregating off of the source table and then duplicating all of the join logic in tokens_*.balances.

@github-actions github-actions bot added the WIP work in progress label Feb 3, 2025
Copy link

github-actions bot commented Feb 3, 2025

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@github-actions github-actions bot added the dbt: tokens covers the Tokens dbt subproject label Feb 3, 2025
@et-dynamic
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dbt: tokens covers the Tokens dbt subproject WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant