Forum Discussion
Anonymous
2 years agoNot applicable
Unexpected parquet exception occurred. Class: 'ParquetStatusException'
Hi I am getting errors on my power bi desktop app and web published versions. Its connecting to Azure Data Warehouse through a dataset though even if I create a new report and connect direct to ware...
Alex_Rajkov
Advocate III
2 years agoHi 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 DFs
2. 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..
SnoekL
Helper II
2 years agoAny news on this issue. I'm experiencing the same problem.