in that case, the syntax of the select query - sho...
# help
u
in that case, the syntax of the select query - should it be
Copy code
CREATE TABLE lakes AS
    SELECT * FROM READ_PARQUET('<s3://example/denmark-lakes/lakes.parquet>');
or
Copy code
CREATE TABLE lakes AS
    SELECT * FROM READ_PARQUET('<lakefs://example/denmark-lakes/lakes.parquet>');