- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mashup Exception Expression Error
Hi,
I have a Dataflow Gen2 that sources several tables from Dataflow Gen1, and both dataflows were running successfully through a pipeline and load tables into my lakehouse as data destination.
I recently decided to delete one of the tables from both dataflows. I simply removed it from the queries list and my lakehouse. However, since doing so, my Dataflow Gen2 has failed to run, and I am now getting the following mashup error:
Mashup Exception Expression Error: Couldn't refresh the entity due to an issue with the mashup document. MashupException.Error: Expression.Error: The key didn't match any rows in the table.
Since the table no longer appears in my Dataflow sources and lakehouse, I’m unsure how to resolve this issue. Any guidance would be greatly appreciated!
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This error usually (but not necessarily) comes from performing a specific index condition on a table, as shown in the following code:
// error
#table({"a", "b"}, {{1, 2}, {3, 4}}){[a = 1, b = 3]}
// ok
#table({"a", "b"}, {{1, 2}, {3, 4}}){[a = 1, b = 2]}

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
05-31-2024 01:21 PM | |||
06-05-2024 02:19 AM | |||
Anonymous
| 10-17-2023 06:58 AM | ||
03-05-2024 05:13 AM | |||
02-04-2025 01:16 AM |
User | Count |
---|---|
33 | |
18 | |
14 | |
11 | |
10 |