-
Notifications
You must be signed in to change notification settings - Fork 0
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
Incremental clusters #57
Conversation
gronders
commented
Nov 7, 2023
- add incremental logic to bitcoin clusters
- add a changelog store for Research
Note - deleted When running the backfill dates, use |
@@ -102,26 +115,32 @@ labs AS ( | |||
) | |||
) | |||
SELECT | |||
DISTINCT A.address, | |||
A.address, |
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.
note - deleted DISTINCT here as the inserted and modified timestamp would no longer de-duplicate with a simple DISTINCT
. Can either segment new columns into a separate, final, select, or add a qualify