Forum Discussion
Unexpected parquet exception occurred. Class: 'ParquetStatusException'
Hi Anonymous ,
Based on the error message you provided, it seems that there is an issue with accessing a lake file in Azure. The error message indicates that the StatusCode is 404, which means that the requested resource was not found.
I would recommend checking the following:
- Ensure that the lake file exists and is accessible.
- Check if the file path is correct.
- Verify that you have the necessary permissions to access the file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi
Thanks for your reply. The strange thing is that when I first create the flow it all works fine. Then if I re-run the Dataflow I get the issue. I have found that if I then 'drop' the table, go back to the flow and get it to recreate the table and rerun the import it all works again. The only difference is that on the first run it creates the table, on the second run it is replacing the data.
Hope that makes sense.
Regards
Toby
- Alex_Rajkov2 years ago
Advocate III
Hi Toby,
this is exactly what I found out yesterday. (Drop the tables in Lakehouse / Warehouse) and rerun the dataflow solves the report for again only the 1st refresh.
But This is clearly a bug IMO. Replacing a table shouldt break the lineage (table names and so on didnt change..).
Maybe for now we could try something like this:
1. using pipeline to schedule the DFs2. adding a step (for warehouses it can be a stored procedure) before running the DF, which says - not drop the table - but delete all rows in the table
3. changing the DF from replace to append
maybe this works but clearly this should be a top issue to solve for the fabric team..
- Anonymous2 years agoNot applicable
I had a support call with MS yesterday and they confirmed it is not linked to my subscription model and they are looking into it.
- webchris2 years ago
Advocate III
I am facing the same issue... I hope that support will come back with a solution quick...
- SnoekL2 years ago
Helper II
Any news on this issue. I'm experiencing the same problem.
- Anonymous2 years agoNot applicable
Having similar issue. Please keep us posted of the solution
- kroma2 years agoRegular Visitor
Hi,
I have the same issue. I am not able to create any report using Fabric Warehouse default semantic model after refreshing Fabric Warehouse data using DataFlowGen2.
Error:
Unexpected parquet exception occurred. Class: 'ParquetStatusException' Status: 'IOError' Message: 'Encountered Azure error while accessing lake file, StatusCode = 404, ErrorCode = , Reason = Not Found'
This looks like a bug.
Workaround: do not use warehouse default semantic model, but create new semantic model and use it for your reports. It will still work after warehouse data refresh.
Regards,
Romans
- EliseuRodrigue2 years agoNew Member
Também estou passando por esse problema, fiquei 4 dias batendo cabeça com isso, se alguém tiver uma solução ou novas atualizações sobre, será de grande ajuda.
- ernesth652 years agoRegular Visitor
try to recreate the semantic model and then run the script, also make sure that in the visual query a relationship is made, hope this helps