<?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 get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168484#M5491</link>
    <description>&lt;P&gt;Run time = Last refresh date and time I want.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 23:26:16 GMT</pubDate>
    <dc:creator>kasun_rumesh</dc:creator>
    <dc:date>2024-09-23T23:26:16Z</dc:date>
    <item>
      <title>How to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4167043#M5474</link>
      <description>&lt;P&gt;I want to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 10:49:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4167043#M5474</guid>
      <dc:creator>kasun_rumesh</dc:creator>
      <dc:date>2024-09-23T10:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168374#M5486</link>
      <description>&lt;P&gt;have you try to use a store procedure (custom self logging what you want, pipeline name, start run timestamp, etc.) as the first step of your pipeline? There may be a few seconds delay for the real pipeline run start time and the time of executing the SP. Not sure if that could fit your needs 100%.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 21:25:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168374#M5486</guid>
      <dc:creator>Houston-ho</dc:creator>
      <dc:date>2024-09-23T21:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168394#M5489</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317253" data-lia-user-login="kasun_rumesh" class="lia-mention lia-mention-user"&gt;kasun_rumesh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option is to use the MS Fabric API to retrieve the start and end time of a job and calculate the run time. You could look into this API:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/get-item-job-instance?tabs=HTTP" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/get-item-job-instance?tabs=HTTP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 21:46:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168394#M5489</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2024-09-23T21:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168482#M5490</link>
      <description>&lt;P&gt;Run time = Last refresh date and time I want.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 23:25:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168482#M5490</guid>
      <dc:creator>kasun_rumesh</dc:creator>
      <dc:date>2024-09-23T23:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168484#M5491</link>
      <description>&lt;P&gt;Run time = Last refresh date and time I want.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 23:26:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4168484#M5491</guid>
      <dc:creator>kasun_rumesh</dc:creator>
      <dc:date>2024-09-23T23:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Microsoft Fabric pipeline run time in to the Fabric Warehouse Table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4173095#M5524</link>
      <description>&lt;P&gt;Please try custom logging by adding some of the DB objects(like tables procedures) to add the data from pipeline. You can use SP activities at the beginning and end of the pipelines and also make use of system variables like runid, pipelinename..etc.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 07:10:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-get-the-Microsoft-Fabric-pipeline-run-time-in-to-the/m-p/4173095#M5524</guid>
      <dc:creator>purushotham15</dc:creator>
      <dc:date>2024-09-25T07:10:30Z</dc:date>
    </item>
  </channel>
</rss>

