Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke authored Feb 6, 2025
2 parents 5084ba5 + b0bb51e commit 817852f
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 817852f

Please sign in to comment.