Forum Discussion
cachedEntity
- 2 years ago
Anonymous I have not filed a ticket because I am working around the issue. This is something that happens when I use a dataflow as a source inside another dataflow. I am avoiding that scenario for now. While it would be nice to have it resolved, I need to make headway on my project and time is limited.
Hi ebjim
Thanks for using Fabric Community.
Does the dataflow which you are trying to use as the source has any column named "cachedEntity"?
According to the error message, you might have some steps that reference the column 'cachedEntity' which has been removed or renamed or any other operation when you modified the query. It could be a step where you renamed, re-ordered columns, changed data types, removed other columns, etc.
Double-check the source dataflow to ensure the column "cachedEntity" actually exists. If it's not present, correct any typos or inconsistencies in the column name you're referencing. If the column was recently added or removed, refresh the source dataflow metadata in the destination dataflow.
Also try clearing the cache of your browser and retry again.
Hope this helps. Please let me know if you have any further queries.
I am getting same error and I do not have the column cachedEntity.
How to solve this?
Thanks