-
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
Airdrop Claims Migration - #1 - Arbitrum - Ready for review #4210
Airdrop Claims Migration - #1 - Arbitrum - Ready for review #4210
Conversation
Workflow run id 6030364112 approved. |
Workflow run id 6030364070 approved. |
Workflow run id 6058176010 approved. |
Workflow run id 6058176259 approved. |
Workflow run id 6061532003 approved. |
Workflow run id 6061531998 approved. |
EDIT: Ignore the above! I see now it's because of the ARB airdrop specifically |
Thanks again for the work on these @henrystats , will try to get them merged ASAP |
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.
LGTM 👍 ! Will review the others and then merge all
{% endif %} | ||
{% if is_incremental() %} | ||
WHERE t.evt_block_time >= date_trunc("day", now() - interval '1 week') | ||
WHERE t.evt_block_time >= date_trunc('day', now() - interval '7' Day) |
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.
The airdrop is only live for the next ~20 days so let's try to remember and remove the incremental run then - Source: https://arbitrum.foundation/
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.
LGTM 👍 ! Will review other airdrop migrations and then batch merge them
Thank you for contributing to Spellbook!
Please refer to the top of the
readme
in the root of Spellbook to learn how to contribute to Spellbook on DuneSQL.