Skip to content

Conversation

@jeff-dude
Copy link
Member

No description provided.

@jeff-dude jeff-dude marked this pull request as ready for review January 9, 2026 20:01
@cursor
Copy link

cursor bot commented Jan 9, 2026

PR Summary

Ensures block_date is stored as a DATE in solfi_solana_token_transfers.sql to align with partitioning/keys and propagate the new datatype.

  • In solfi_swaps, changed block_date from date_trunc('day', call_block_time) to cast(date_trunc('day', call_block_time) as date)
  • This will trigger a refresh due to the schema/type change on block_date

Written by Cursor Bugbot for commit 682e00e. Configure here.

@github-actions github-actions bot added WIP work in progress dbt: solana covers the Solana dbt subproject ready-for-review this PR development is complete, please review and removed WIP work in progress labels Jan 9, 2026
@jeff-dude jeff-dude merged commit 4c5f745 into main Jan 9, 2026
7 of 8 checks passed
@jeff-dude jeff-dude deleted the fix-solflare-transfers branch January 9, 2026 20:10
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dbt: solana covers the Solana dbt subproject ready-for-review this PR development is complete, please review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants