Forum Discussion
Anonymous
2 years agoNot applicable
Lakehouse data discrepancy between notebook and SQL endpoint or Dataflow
Hello everyone, I’m experiencing an issue with a table in my Microsoft Fabric Lakehouse and I’m hoping someone can assist me. Problem Description: I have a table in my Lakehouse that shows d...
hallvardkul
1 year agoNew Member
I have a similar error where I have the correct amount of rows in my sql endpoint but when I access the data from a notebook, there is only 698 row in the table. When I go on file view in the lakehouse, there is only two files + _delta_log, even thoough the table have been uptdated more times. I am only experiencing this error with one table. Using the same code (with different table name), I can access all the rows. The same error persist across different workspaces for the same table.
- frithjof_v1 year agoCommunity Champion
It seems the tables have different names:
REPORTS_DailyReport
REPORT_DailyReport
Is that the reason for the different row count?