# Why Does Fabric Lakehouse Show Unidentified Folder In Tables?

Are you puzzled why in the Table section of the Lakehouse has an unidentified folder like below? And what's the solution?

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685266815465/2033a4e8-015e-4d99-b2ef-b3cee153cecb.png align="center")

Easy - the Tables are managed section, i.e. the metastore and can't have files in it , only Delta tables are allowed. If you click on the unidentified, you will see the files written to the folder. If you are using spark, you may have used `Tables/...` instead of `Files/...` in your file path. The only solution is to delete the files/folder in the Lakehouse and write it to the Files.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685266658892/bee95dd0-06f9-4472-a99e-528c2e423cdb.png align="center")

I wish Microsoft provided some helpful error messages here about what's happening and what to do about it.

> Note that in some cases (e.g. Dataflow Gen2 and Shortcuts), you may see the Unidentified Folder temporarily. It should disappear after a short time. If it doesn't, check the folder and/or your transformations.
