<?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: Getting error or issue while updating the column in log table in datawarehouse in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4660516#M7564</link>
    <description>&lt;P&gt;I had tried this earlier also, it was not working, gave some error&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 06:45:26 GMT</pubDate>
    <dc:creator>ramankr48</dc:creator>
    <dc:date>2025-04-21T06:45:26Z</dc:date>
    <item>
      <title>Getting error or issue while updating the column in log table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4657699#M7550</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have deigned a pipeline where iam running store procedure then updating the pipeline status into the table using script activity, but it's not changing, I have tried different method, check below the sc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this method script activity throwing error saying {Incorrect syntax near '='.}&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;also tried with this method, creating a parameter at scrpt level&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but status is same as default not changing even when sp getting successfully executed&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 14:19:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4657699#M7550</guid>
      <dc:creator>ramankr48</dc:creator>
      <dc:date>2025-04-17T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error or issue while updating the column in log table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4657983#M7555</link>
      <description>&lt;P&gt;you need to update the script activity and use a single = rather than ==&lt;/P&gt;
&lt;P&gt;where pipelinerunid =&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 16:52:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4657983#M7555</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-04-17T16:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error or issue while updating the column in log table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4658478#M7556</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913812" data-lia-user-login="ramankr48" class="lia-mention lia-mention-user"&gt;ramankr48&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please use the below script in the expression builder to update the Pipeline_Metadata_Log table with success status for the current run id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{concat(&lt;/SPAN&gt;&lt;SPAN&gt;'UPDATE Pipeline_Metadata_Log SET Status = &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;Success&lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt; WHERE PipelineRunId= &lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;, pipeline().&lt;/SPAN&gt;&lt;SPAN&gt;RunId&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;''&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;)}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;&lt;SPAN&gt;"Kudos"&lt;/SPAN&gt;&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 07:38:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4658478#M7556</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-04-18T07:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error or issue while updating the column in log table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4658483#M7557</link>
      <description>&lt;P&gt;This can be done without the concat as well as stated below wherein replace == with =&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 07:41:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4658483#M7557</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-04-18T07:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error or issue while updating the column in log table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4660516#M7564</link>
      <description>&lt;P&gt;I had tried this earlier also, it was not working, gave some error&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 06:45:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4660516#M7564</guid>
      <dc:creator>ramankr48</dc:creator>
      <dc:date>2025-04-21T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error or issue while updating the column in log table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4660553#M7565</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1249529" data-lia-user-login="v-sathmakuri" class="lia-mention lia-mention-user"&gt;v-sathmakuri&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the solution you provided it worked, but the same update statement I have tried in adf it worked there but it's not working in fabric,&lt;BR /&gt;1. what is the reason??&lt;/P&gt;&lt;P&gt;2. so do we need to pass the sql statements in script like this always&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 07:01:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-error-or-issue-while-updating-the-column-in-log-table-in/m-p/4660553#M7565</guid>
      <dc:creator>ramankr48</dc:creator>
      <dc:date>2025-04-21T07:01:09Z</dc:date>
    </item>
  </channel>
</rss>

