Forum Discussion

Thorns's avatar
Thorns
Frequent Visitor
9 months ago
Solved

Dataflow fails in Pipeline with another user's credentials

I have a pipeline that starts multiple dataflows in the morning.  All of them run successfully except for one.  All of the dataflows, except for the one that fails, are owned by myself and have my cr...
  • nielsvdc's avatar
    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 ✔️.