<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dataflow fails in Pipeline with another user's credentials in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4867488#M13279</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1296713" data-lia-user-login="Thorns" class="lia-mention lia-mention-user"&gt;Thorns&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="290706" data-lia-user-login="nielsvdc" class="lia-mention lia-mention-user"&gt;nielsvdc&lt;/a&gt;&amp;nbsp;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Nov 2025 03:43:42 GMT</pubDate>
    <dc:creator>tayloramy</dc:creator>
    <dc:date>2025-11-06T03:43:42Z</dc:date>
    <item>
      <title>Dataflow fails in Pipeline with another user's credentials</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4867236#M13266</link>
      <description>&lt;P&gt;I have a pipeline that starts multiple dataflows in the morning.&amp;nbsp; All of them run successfully except for one.&amp;nbsp; All of the dataflows, except for the one that fails, are owned by myself and have my credentials.&amp;nbsp; The one that is failing has my co-worker's credentials.&amp;nbsp; Is there an issue with running a dataflow in a pipeline where the dataflow is owned by another user?&amp;nbsp; How can we work around this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the failure message.&lt;/P&gt;&lt;P&gt;Dataflow refresh job failed with status: Failed. Failure reason: { requestId: b303e54d-55f9-4c98-a365-18538f1960f6, errorCode: EntityUserFailure, message: Something went wrong, please try again later. If the error persists, please contact support. }&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 16:53:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4867236#M13266</guid>
      <dc:creator>Thorns</dc:creator>
      <dc:date>2025-11-05T16:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow fails in Pipeline with another user's credentials</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4867397#M13271</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1296713" data-lia-user-login="Thorns" class="lia-mention lia-mention-user"&gt;Thorns&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a pipeline runs, it uses the identity of the user who triggers it.&amp;nbsp;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.&lt;/P&gt;&lt;P&gt;To solve it, you might want to take ownership of the dataflow, edit the dataflow and refresh the connection credentials with you own credentials.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. If so, please give a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; and mark as Accepted Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 23:10:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4867397#M13271</guid>
      <dc:creator>nielsvdc</dc:creator>
      <dc:date>2025-11-05T23:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow fails in Pipeline with another user's credentials</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4867488#M13279</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1296713" data-lia-user-login="Thorns" class="lia-mention lia-mention-user"&gt;Thorns&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="290706" data-lia-user-login="nielsvdc" class="lia-mention lia-mention-user"&gt;nielsvdc&lt;/a&gt;&amp;nbsp;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 03:43:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4867488#M13279</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-11-06T03:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow fails in Pipeline with another user's credentials</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4868131#M13292</link>
      <description>&lt;P&gt;We were considering transitioning to service principles, but this makes it a higher priority now.&amp;nbsp; Thank you for the information!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 14:27:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4868131#M13292</guid>
      <dc:creator>Thorns</dc:creator>
      <dc:date>2025-11-06T14:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow fails in Pipeline with another user's credentials</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4868132#M13293</link>
      <description>&lt;P&gt;Would service accounts not have the same problem since it's just another "user"?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 14:13:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dataflow-fails-in-Pipeline-with-another-user-s-credentials/m-p/4868132#M13293</guid>
      <dc:creator>Thorns</dc:creator>
      <dc:date>2025-11-06T14:13:43Z</dc:date>
    </item>
  </channel>
</rss>

