Forum Discussion
Dataflow fails in Pipeline with another user's credentials
- 9 months ago
Hi Thorns,
When a pipeline runs, it uses the identity of the user who triggers it. If the dataflow was created or last authenticated your co-worker, and you don’t have valid credentials for its data sources, the refresh fails with EntityUserFailure.
To solve it, you might want to take ownership of the dataflow, edit the dataflow and refresh the connection credentials with you own credentials.
Depending on the connection types within the dataflow, you might want to consider using service principal or workspace identity authentication in the connection. This works independently of user accounts.
Hope this helps. If so, please give a Kudos 👍 and mark as Accepted Solution ✔️.
Hi Thorns,
nielsvdc is completely correct. I recommend having items owned by either service principals, or service accounts for items that do not support service principals for anything in production to prevent these errors. THis also ensures a smooth transition if someone leaves your org.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- Thorns9 months agoFrequent Visitor
Would service accounts not have the same problem since it's just another "user"?