-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 uniqueness test on hash for optimism transactions #1517
Conversation
Thanks for this! |
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.
@chuxin we wouldn't need to rebuild the table, we could change the test to something similar to the commit I last pushed. However, the trace_address doesn't seem to be a column in the transactions table ? (so we can't use it as a unique id)
ohhh i got confused here. thought you were referring to |
is this going to re-enable of incremental build for |
just wonder is there's any error or issue that's blocking the incremental build of |
@chuxinh Opened a PR here #1522 to improve the incremental filters, let's also wait for @aalan3 or @jeff-dude's inputs to make sure there aren't any other issues with that table |
updated the unique test to remove |
this PR looks good (and it's merged already), plus dbt shows that this model has been refreshing today 👍 |
Brief comments on the purpose of your changes:
For Dune Engine V2
I've checked that:
General checks:
lowercase_snake_cased
Join logic:
Incremental logic: