Query is
SELECT * FROM
(SELECT DISTINCT ON (name)
name, dollar_price
FROM "bitdotio/big_mac_index"."big_mac_index"
ORDER BY name, dollar_price DESC) ORDER BY dollar_price DESC;
POSTing to https://bit.io/_/query_data/ gives a 502 and shows this error in the results box