-
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
Abstract Token Transfers #7556
base: main
Are you sure you want to change the base?
Abstract Token Transfers #7556
Conversation
…rs.sql Changed file name
Depends on #7493 |
yes, due to inner join to |
Hi @peterrliem, I have updated the PR and resolved the conflicts. |
Not sure about the CI error: |
this is due to trino upgrade testing on CI cluster from platform team. i will inform them. this may apply across various PRs until resolved. |
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.✅
Thank you @peterrliem
traces = source('abstract','traces'), | ||
transactions = source('abstract','transactions'), | ||
erc20_transfers = source('erc20_abstract','evt_transfer'), | ||
native_contract_address = null |
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.
Should we use evms.info to fill this field?
yes please! that works for me
…On Sun, Feb 2, 2025 at 9:58 PM Huang Geyang ***@***.***> wrote:
***@***.**** approved this pull request.
LGTM.✅
Thank you @peterrliem <https://github.com/peterrliem>
Sample tokens_abstract_transfers <https://dune.com/queries/4652949>
------------------------------
In
dbt_subprojects/tokens/models/transfers_and_balances/abstract/tokens_abstract_base_transfers.sql
<#7556 (comment)>
:
> + alias = 'base_transfers',
+ partition_by = ['block_month'],
+ materialized = 'incremental',
+ file_format = 'delta',
+ incremental_strategy = 'merge',
+ incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.block_time')],
+ unique_key = ['block_date','unique_key'],
+ )
+ }}
+
+ {{transfers_base(
+ blockchain='abstract',
+ traces = source('abstract','traces'),
+ transactions = source('abstract','transactions'),
+ erc20_transfers = source('erc20_abstract','evt_transfer'),
+ native_contract_address = null
Should we use evms.info to fill this field?
—
Reply to this email directly, view it on GitHub
<#7556 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4L7YOVMDU6HEODPVEYEGT2NYP6XAVCNFSM6AAAAABV4JXWHCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKOBYGU3DAMZSGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you for contributing to Spellbook 🪄
Please open the PR in draft and mark as ready when you want to request a review.
Description:
[...]
quick links for more information: