KaskoazulUntitled Query
    Updated 2023-01-10
    select --contract_address,
    -- contract_name,
    -- creator_address,
    -- creator_name,
    -- image_url,
    project_name,
    token_metadata:description as description
    from ethereum.core.dim_nft_metadata
    where project_name not in ('niftygateway', 'art_blocks', 'raribles_nfts')
    and description is not null
    group by 1,2
    limit 100
    Run a query to Download Data