Skip to content

Commit

Permalink
filter null values (#7629)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin authored Feb 6, 2025
1 parent 3725c08 commit b0bb51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ da.*
else 'fungible'
end as account_type
FROM distinct_accounts da
LEFT JOIN {{ ref('tokens_solana_nft')}} nft ON da.token_mint_address = nft.account_mint
LEFT JOIN (select * from {{ ref('tokens_solana_nft')}} where account_mint is not null) nft ON da.token_mint_address = nft.account_mint

0 comments on commit b0bb51e

Please sign in to comment.