Hi <@U05C07901RC>, thanks - if possible can you op...
# help
u
Hi @Nathas the legend, thanks - if possible can you open an issue, we should align the documentation with the latest changes. This syntax was supported in the previous version.
Copy code
SELECT   country, COUNT(*)
FROM     read_parquet('<lakefs://sample/main/lakes.parquet>')
GROUP BY country
ORDER BY COUNT(*)
DESC LIMIT 5;
should probably work for you. The
LAKEFS_OBJECT
function was required to access the data, but now you can just use text and specify the data location with
lakefs://
scheme.