-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dex trades beta dunesql #4107
Dex trades beta dunesql #4107
Conversation
nice, you'll just have to comment out refs which aren't migrated yet (and likely the jinja comment, based on bug we found) |
4678934
to
cbd541c
Compare
{{ config( | ||
tags=['dunesql'], | ||
alias = alias('trades_migration_beta'), | ||
partition_by = ['block_date'], |
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.
block_month
here to match pattern of upstream spells?
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.
good to go outside of partition question
Good catch changed to |
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.
Beautiful, looks good to me too
This can't be merged until |
bd42df1
to
c485e01
Compare
527efb7
to
c32ecb8
Compare
I figured out the issue! The incremental part of statement was incorrectly formated due to the loop, so the last model didn't have the time filter (fixed in b29627f) . This was not a problem before but since I added the |
This is to test dex trades under the alias
trades_migration_beta
to make sure that everything builds correctly and to check the data.