flipsidecrypto⚡️ LQ / DappLooker LiveQuery Function Guide
    -- DappLooker 🤝 Flipside LiveQuery Function Guide
    -------------------------------------------------------------------------
    -- The DappLooker LiveQuery integration enables you to retreive data from
    -- DappLooker's API directly in Flipside using SQL.

    -- -----------------------------------------------------------------
    -- 🚨 WARNING 🚨
    -- To run these examples you must associate your DappLooker API Key
    -- with your Flipside Account here:
    -- https://flipsidecrypto.xyz/livequery/dapp-looker

    -- ======================================================================
    --
    -- ⚡️ Playgrounds Functions
    -- schema: `dapplooker`
    -- function docs: https://github.com/dapplooker/dapplooker-sdk
    --
    -- ======================================================================

    --
    -- #️⃣ dapplooker.get_chart(<chart_id>)
    --
    SELECT
    dapplooker.get_chart('a68cc6dd-1bc1-40ca-aaf8-b5155785f0b4') as response


    Run a query to Download Data