<?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: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4992970#M14928</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1249554"&gt;@v-dineshya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for reaching out. I’m not fully sure about the solution yet and was just testing at this stage. If it turns out to be the right approach, I’ll definitely share and mark it here as the solution.&lt;/P&gt;&lt;P&gt;Appreciate your follow-up.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Yazdan&lt;/P&gt;</description>
    <pubDate>Mon, 02 Feb 2026 22:27:57 GMT</pubDate>
    <dc:creator>Yazdan</dc:creator>
    <dc:date>2026-02-02T22:27:57Z</dc:date>
    <item>
      <title>How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4927773#M14776</link>
      <description>&lt;P&gt;Hi Fabric team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;Fabric Monitor&lt;/STRONG&gt; view, pipeline runs clearly show the &lt;STRONG&gt;“Submitted by”&lt;/STRONG&gt; column (see bellow), which correctly reflects the user who manually triggered the pipeline (e.g. Yazdan Aghajanian).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yazdan_1-1769493838617.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1323233i310DE69AF4A0D12C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yazdan_1-1769493838617.png" alt="Yazdan_1-1769493838617.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I have not been able to access this information &lt;STRONG&gt;programmatically&lt;/STRONG&gt; from either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Pipeline runtime expressions&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Notebooks executed by the pipeline&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Fabric REST APIs&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;What I’ve tried (and confirmed):&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Pipeline runtime / expressions&lt;/STRONG&gt;&lt;BR /&gt;There is no system variable or expression (e.g. @pipeline().submittedBy) that exposes the runner identity.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Notebook runtime context&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;mssparkutils.runtime.context[&lt;SPAN class=""&gt;"userName"&lt;/SPAN&gt;] &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;This returns the &lt;STRONG&gt;execution identity&lt;/STRONG&gt;, not the pipeline submitter, when the notebook is invoked by a pipeline.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Fabric REST APIs&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;GET /v1/workspaces/{workspaceId}/items/{pipelineItemId}/jobs/instances&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;GET /v1/workspaces/{workspaceId}/items/{pipelineItemId}/jobs/instances/{instanceId}&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;details&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;fabric_get&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://api.fabric.microsoft.com/v1/workspaces/" target="_blank" rel="noopener"&gt;https://api.fabric.microsoft.com/v1/workspaces/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;workspace_id&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/items/&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;pipeline_item_id&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/jobs/instances/&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;instance_id&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Activity endpoints under the instance&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These APIs only return execution metadata (status, invokeType, timestamps, rootActivityId, etc.).&lt;BR /&gt;There is &lt;STRONG&gt;no field&lt;/STRONG&gt; such as submittedBy, createdBy, or user principal information.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Azure Monitor / Graph APIs&lt;/STRONG&gt;&lt;BR /&gt;Not usable in our tenant (ARM/Graph token minting is blocked), and even then, this feels indirect given the data already exists in Fabric Monitor.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;The core question&lt;/H4&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;How can we access the “Submitted by” value (the user who triggered the pipeline) at pipeline or notebook runtime?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is there a &lt;STRONG&gt;supported API or pipeline variable&lt;/STRONG&gt; that exposes this?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is the Monitor UI using an &lt;STRONG&gt;internal control-plane API&lt;/STRONG&gt; that is not yet publicly exposed?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is passing the submitter explicitly as a &lt;STRONG&gt;pipeline parameter&lt;/STRONG&gt; the only supported approach?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This information is important for &lt;STRONG&gt;auditing and operational logging&lt;/STRONG&gt;, and currently the Monitor UI has it, but user code cannot access it.&lt;/P&gt;&lt;P&gt;Any official guidance or roadmap insight would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 06:06:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4927773#M14776</guid>
      <dc:creator>Yazdan</dc:creator>
      <dc:date>2026-01-27T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4928778#M14782</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately&amp;nbsp;the Fabric Job Scheduler REST APIs don’t currently return “Submitted By” (the user who started the run) for DataPipeline job instances. The payloads you’re already using—List Item Job Instances and Get Item Job Instance—include fields like status, invokeType (Manual / Schedule / API), time stamps, and failureReason, but no user identity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has also been answered in the Community forum in the past.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Pipelines/Is-it-possible-to-get-username-of-the-user-who-triggered-a/m-p/4361794" target="_blank"&gt;Solved: Is it possible to get username of the user who tri... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 09:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4928778#M14782</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-27T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4928838#M14783</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround you can enable Workspace monitoring on the workspace and query the KQL database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;In the workspace &amp;gt;&amp;nbsp;Settings &amp;gt; Monitoring&amp;nbsp;&amp;gt; turn on Log workspace activity (Fabric creates the monitoring Eventhouse + KQL DB).&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;In the KQL DB, run a query like&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;!-- ScriptorStartFragment --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;LI-CODE lang="python"&gt;ItemJobEventLogs
| where ItemKind == "Pipeline"
| project Timestamp, WorkspaceName, ItemName, JobStatus,
          ExecutingPrincipalType, ExecutingPrincipalId, DurationMs
| order by Timestamp desc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 09:34:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4928838#M14783</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-27T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4934208#M14793</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1445078"&gt;@deborshi_nag&lt;/a&gt;&amp;nbsp;is correct, this info isn't available in the APIs, but the suggestion to try workspace monitoring is a great one.&amp;nbsp;&lt;BR /&gt;I've seen some threads on the forum about workspace monitoring not properly logging pipeline runs, but it is worth a try if it works.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/fundamentals/workspace-monitoring-overview" target="_blank"&gt;Workspace monitoring overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 14:35:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4934208#M14793</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-01-27T14:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4938780#M14812</link>
      <description>&lt;P&gt;Hi Tayloramy,&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;BR /&gt;How can we access the pipeline activity logs in the pipeline environment at runtime?&lt;BR /&gt;Do you have any sample code for this?&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 23:31:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4938780#M14812</guid>
      <dc:creator>Yazdan</dc:creator>
      <dc:date>2026-01-27T23:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4938783#M14813</link>
      <description>&lt;P&gt;Hi Deborshi,&lt;/P&gt;&lt;P&gt;Thanks for the reply. However, in the result of this query I can’t see the user who triggered the pipeline. I need that information to be available in the pipeline environment at runtime.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 23:34:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4938783#M14813</guid>
      <dc:creator>Yazdan</dc:creator>
      <dc:date>2026-01-27T23:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4942479#M14822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;&amp;nbsp;Unfortunately, you won't be able to capture the &lt;EM&gt;Submitted By of a pipeline&amp;nbsp;&lt;/EM&gt;at runtime.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 08:06:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4942479#M14822</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-28T08:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4945357#M14833</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you enable Workspace Monitoring, you should be able to access the logs in the workspace monitoring eventhouse that is created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe these logs include who executed the pipeline.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 15:07:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4945357#M14833</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-01-28T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4948415#M14837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the guidance. I’ve enabled workspace monitoring and can now query the &lt;STRONG&gt;ItemJobEventLogs&lt;/STRONG&gt; table.&lt;/P&gt;&lt;P&gt;However, in this table I can only see &lt;STRONG&gt;ExecutingPrincipalId&lt;/STRONG&gt;, which is the &lt;STRONG&gt;GUID&lt;/STRONG&gt; of the user who triggered the pipeline. I need to retrieve the actual user details (&lt;STRONG&gt;given name and family name&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;Is there another table in the monitoring Eventhouse or&amp;nbsp;somewhere else that contains user metadata which can be joined to &lt;STRONG&gt;ItemJobEventLogs&lt;/STRONG&gt; to resolve the user name? Or any recommended approach to map &lt;STRONG&gt;ExecutingPrincipalId&lt;/STRONG&gt; to a readable &lt;STRONG&gt;user identity&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 23:01:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4948415#M14837</guid>
      <dc:creator>Yazdan</dc:creator>
      <dc:date>2026-01-28T23:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4949701#M14840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're getting the use GUID, then I would recommend using the Graph APIs to get user details from the GUID:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank"&gt;https://learn.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&amp;amp;tabs=http&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 04:40:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4949701#M14840</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-01-29T04:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4959939#M14870</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 22:36:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4959939#M14870</guid>
      <dc:creator>Yazdan</dc:creator>
      <dc:date>2026-01-29T22:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4987698#M14898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;could you please try the proposed solution shared by&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;? Let us know if you’re still facing the same issue we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 06:45:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4987698#M14898</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-02-02T06:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4992970#M14928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1249554"&gt;@v-dineshya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for reaching out. I’m not fully sure about the solution yet and was just testing at this stage. If it turns out to be the right approach, I’ll definitely share and mark it here as the solution.&lt;/P&gt;&lt;P&gt;Appreciate your follow-up.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Yazdan&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 22:27:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4992970#M14928</guid>
      <dc:creator>Yazdan</dc:creator>
      <dc:date>2026-02-02T22:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4993203#M14933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1272584"&gt;@Yazdan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for the update. As you mnetioned in your previous response, you are working on the workaround. Once you have done with testing, Please provide update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 06:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-programmatically-access-Submitted-by-pipeline-runner-at/m-p/4993203#M14933</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-02-03T06:30:06Z</dc:date>
    </item>
  </channel>
</rss>

