https://lakefs.io/ logo
#help
Title
n

Nicolas Gibaud

09/17/2023, 3:09 PM
Hi everyone, I'm simply following the quickstart tutorial. After I merged by branch denmark un main and I ran
SELECT * FROM READ_PARQUET('<lakefs://quickstart/main/lakes.parquet>');
I got a error
Error: Invalid Input Error: No magic bytes found at end of file '<lakefs://quickstart/main/lakes.parquet>'
Do you know what causes this and how to fix ?
b

Barak Amar

09/18/2023, 6:05 AM
Hi @Nicolas Gibaud, as a quick fix you will need to disable cache for this request from your browser once. One option is using DevTools, network tab and check Disable cache. refresh page.
👍🏽 1
n

Nicolas Gibaud

09/18/2023, 9:32 AM
ok thanks Barak !
b

Barak Amar

09/18/2023, 7:00 PM