block_timestamp::date
, so it’s useful to have block_timestamp
in join conditions
Use CTEs to filter source data before the joins in the SQL.
success_nonvoting_transactions
nonvoting_transactions
success_nonvoting_instructions
nonvoting_instructions
success_nonvoting_inner_instructions
nonvoting_inner_instructions
success_nonvoting_inner_outer_instructions
nonvoting_inner_outer_instructions
success
and is_voting
parent_tx_success
and is_voting
sol_amounts
, mint_to_decimals
, token_accounts
for your convenience. (only available for success_nonvoting_transactions
). For more info, refer to transaction-level columns.
materialization='incremental'
, due to snowflake limitations around partition pruning with subquery results, we need to precompute the time value for the incremental filter
{{this}}
to get the desired timestamp. sample