Hi everyone, I'm simply following the quickstart t...
# help
n
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
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
ok thanks Barak !
b