Skip to content

Conversation

@alicecha
Copy link
Contributor

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:

@github-actions github-actions bot added WIP work in progress dbt: tokens covers the Tokens dbt subproject labels Dec 19, 2025
block_date AS date,
block_number, --not very chain agnostic
CONCAT('0x', LOWER(TO_HEX(tx_hash))) AS tx_id,
CONCAT('0x', LOWER(TO_HEX("from"))) AS from_address,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kinda a nitpick but why not just do cast as varchar ?

probably easier to do computationally

Copy link
Collaborator

@0xBoxer 0xBoxer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, maybe change to a simple cast instead

also a schema.yml with some documentation of tokens.transfers, tokens_evm.transfers and tokens_multichain.transfers would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dbt: tokens covers the Tokens dbt subproject WIP work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants