-
Notifications
You must be signed in to change notification settings - Fork 14
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
DAT-2194; Substreams SQL; Uniswap v2; Add DBT models #154
base: master
Are you sure you want to change the base?
Conversation
sql/dbt/uniswap_v2/models/analytics/uniswap_v2_ethereum__token_prices.sql
Outdated
Show resolved
Hide resolved
sql/dbt/uniswap_v2/models/analytics/uniswap_v2_ethereum__token_prices.sql
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,307 @@ | |||
mod abi; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to version-control the rust code? If they are all autogen'ed and deterministic, why not just generate in the build stage?
Can you attach a screenshot of the transformed data? How are you validating the results? |
@this-username-is-taken We can validate the models using the Postgres web UI |
No description provided.