Hello All,
A rather fustrating problem this. I have two dataflows, both using the same connections, both been working just fine for months.
I had to change one of them recently, basically inside the flow, I pull in an SQL query, adjust it, and then add in a static data query, basically an extra line and its this line i had to edit.
Now when I try to refresh this dataflow, its gives me the usual error:
Error: On-Prem execution not supported for entity 'XXXXX/YYYYY/Name of Query since it refers to another entity.
That other "entity" is a static table thats been there for months. Its the same table as in the other dataflow which continues to work just fine, even after applying the edit.
I have tried:
- Turning off "enable load"
- Adding in a fresh table as another connection
- adding in another connetion
- deleting and adding the connection
So right now I am just stuck. I have even tried exporting the JSON and reimporting under a different name, only to be met by the same error. What is so fustrating is that the other flow is just fine, doing the same thing.
What can be done to correct this error?
Thanks