<?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>rss.livelink.threads-in-node</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Factory-forums/ct-p/datafactory</link>
    <description>rss.livelink.threads-in-node</description>
    <pubDate>Sun, 20 Sep 2026 06:02:46 GMT</pubDate>
    <dc:creator>datafactory</dc:creator>
    <dc:date>2026-09-20T06:02:46Z</dc:date>
    <item>
      <title>Best Practices for Handling Incremental Data Loads in Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Best-Practices-for-Handling-Incremental-Data-Loads-in-Dataflow/m-p/5367807#M5842</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am exploring different approaches for handling incremental data loads with Dataflow Gen2 in Microsoft Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For larger datasets, refreshing the entire dataset every time can become inefficient, so I am interested in understanding how others are designing their dataflows to process only new or changed records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you identifying and filtering changed records between dataflow runs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it better to manage incremental logic directly inside Dataflow Gen2, or use a Fabric pipeline to control the process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you handle failed runs or partially processed data without creating duplicate records?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any recommended patterns for maintaining good performance as the volume of historical data grows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate hearing about approaches that have worked well in real Fabric environments.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 15:26:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Best-Practices-for-Handling-Incremental-Data-Loads-in-Dataflow/m-p/5367807#M5842</guid>
      <dc:creator>codeautomation</dc:creator>
      <dc:date>2026-09-18T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Office 365 Outlook activity cannot bind Workspace Identity or Service Principal connection</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Office-365-Outlook-activity-cannot-bind-Workspace-Identity-or/m-p/5367159#M9673</link>
      <description>&lt;P&gt;Hi Fabric Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am testing the Office 365 Outlook / Office 365 Email activity in Microsoft Fabric Data Factory for a CI/CD scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the current Microsoft Learn documentation, the Office 365 Outlook activity supports User Authentication OAuth, Workspace Identity WI, and Service Principal SPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested both Service Principal and Workspace Identity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Fabric workspace has an active Workspace Identity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The corresponding Microsoft Entra application and service principal exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Office 365 Email / MicrosoftOutlook cloud connection can be created successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The connection is visible in Manage connections and gateways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the pipeline Outlook activity, the connection is also visible through Browse all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is that when I select the WI or SPN connection from Browse all, Fabric shows the loading indicator but does not bind the connection to the Outlook activity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No error is displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem occurs before pipeline execution, so this is not a Microsoft Graph Mail.Send runtime error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected behavior:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The selected Workspace Identity or Service Principal connection should be associated with the Office 365 Outlook activity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actual behavior:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The connection is visible and discoverable, but selecting it does nothing and the activity remains without a connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This blocks our CI/CD scenario because we want to avoid user OAuth connections that must be recreated or rebound between DEV, TEST and PROD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also noticed a documentation inconsistency.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current Office 365 Outlook activity documentation explicitly says that Workspace Identity and Service Principal are supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the general Service Principal support page does not currently list Outlook as a supported data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The general Workspace Identity support page also does not list Outlook among the supported data sources.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can Microsoft confirm whether Workspace Identity and Service Principal support for the Office 365 Outlook activity is fully GA, under staged rollout, or currently affected by a known issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Learn references:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Office 365 Outlook activity&lt;/P&gt;&lt;P&gt;learn.microsoft.com/en-us/fabric/data-factory/outlook-activity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Service Principal support in Data Factory&lt;/P&gt;&lt;P&gt;learn.microsoft.com/en-us/fabric/data-factory/service-principals&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workspace Identity support in Data Factory&lt;/P&gt;&lt;P&gt;learn.microsoft.com/en-us/fabric/data-factory/workspace-identity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can provide additional diagnostics or tenant details privately if required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 23:47:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Office-365-Outlook-activity-cannot-bind-Workspace-Identity-or/m-p/5367159#M9673</guid>
      <dc:creator>vicenteajm</dc:creator>
      <dc:date>2026-09-15T23:47:21Z</dc:date>
    </item>
    <item>
      <title>Configure Dataflow Gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Configure-Dataflow-Gen2/m-p/5367145#M5840</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Using DataFlow Gen2&lt;BR /&gt;I don't see a gear icon anywhere near default destination so I can configure&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;BR /&gt;Thanks,&lt;BR /&gt;w&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 20:31:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Configure-Dataflow-Gen2/m-p/5367145#M5840</guid>
      <dc:creator>UncleLewis</dc:creator>
      <dc:date>2026-09-15T20:31:27Z</dc:date>
    </item>
    <item>
      <title>Bug: QuickBooks connector (QuickBooks for Pipeline) fails OAuth login</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Bug-QuickBooks-connector-QuickBooks-for-Pipeline-fails-OAuth/m-p/5366187#M9671</link>
      <description>&lt;P&gt;When attempting to create a connection of type QuickBooks for Pipeline (Cloud category) via Manage Connections and Gateways in Microsoft Fabric, with the authentication method automatically set to OAuth 2.0, clicking the Edit credentials button results in an error when trying to initiate the OAuth login flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unable to start OAuth login for this data source. Connection string is not supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details: Query contains unsupported function. Function name: QuickBooksForPipeline.Contents&lt;/P&gt;&lt;P&gt;Session Id: 6fb86dae-dc71-4a06-8f7f-b99aee7885df&lt;/P&gt;&lt;P&gt;RequestId: 710bfcb8-ff7a-444d-90dc-c2dcc311e0f9&lt;/P&gt;&lt;P&gt;Cluster URI: https://api.powerbi.com&lt;/P&gt;&lt;P&gt;Status code: 400&lt;/P&gt;&lt;P&gt;Time: Fri Sep 11 2026 07:54:51 GMT+0300 (Eastern European Summer Time)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;In a Fabric workspace, open a Copy Data activity (Source) or go to Manage Connections and Gateways.&lt;/P&gt;&lt;P&gt;Click "+ New" to create a new connection.&lt;/P&gt;&lt;P&gt;Select connection type Cloud.&lt;/P&gt;&lt;P&gt;Search for and select QuickBooks for Pipeline as the data source.&lt;/P&gt;&lt;P&gt;Authentication method is automatically set to OAuth 2.0.&lt;/P&gt;&lt;P&gt;Click Edit credentials.&lt;/P&gt;&lt;P&gt;The error above appears instead of the expected QuickBooks OAuth consent screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected behavior: Clicking Edit credentials should open the standard Intuit OAuth 2.0 consent screen, as described in the QuickBooks connector documentation for Data Factory / Fabric pipelines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Impact: It is currently impossible to create a working QuickBooks Online connection in a Fabric pipeline using this connector, which blocks migrating an existing pipeline (where tokens are currently passed manually as parameters) to native OAuth authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment: Microsoft Fabric (trial capacity), browser: Chrome, date: 2026-09-11.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 06:19:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Bug-QuickBooks-connector-QuickBooks-for-Pipeline-fails-OAuth/m-p/5366187#M9671</guid>
      <dc:creator>Vitaliy3</dc:creator>
      <dc:date>2026-09-11T06:19:22Z</dc:date>
    </item>
    <item>
      <title>SAP ECC into a Microsoft Fabric Lakehouse using Fabric Data Factory.</title>
      <link>https://community.fabric.microsoft.com/t5/Apache-Airflow-Job/SAP-ECC-into-a-Microsoft-Fabric-Lakehouse-using-Fabric-Data/m-p/5365522#M243</link>
      <description>&lt;P data-olk-copy-source="MessageBody"&gt;We are currently extracting data from SAP ECC into a Microsoft Fabric Lakehouse using Fabric Data Factory.&lt;/P&gt;
&lt;P&gt;*SAP ECC side:* We are using the SAP .NET Connector (NCo), which communicates with SAP through RFC calls.&lt;/P&gt;
&lt;P&gt;*Fabric side:* We are using the SAP Table – Application Server connector, which leverages the Open Data Gateway (ODG) to retrieve data from SAP ECC.&lt;/P&gt;
&lt;P&gt;*Small tables:* Data extraction and loading work successfully with relatively small SAP tables.&lt;/P&gt;
&lt;P&gt;*Large tables:* When extracting larger tables, the process fails with a "Not enough space" error.&lt;/P&gt;
&lt;P&gt;*Partitioning / Chunking:* We have tried the partitioning and RFC table options available in the Fabric connector to split large-table extraction into smaller chunks/batches based on indexed fields.&lt;/P&gt;
&lt;P&gt;*Performance issue:* Although chunking allows us to process the data, the resulting throughput is very low, and extracting large tables takes an excessive amount of time.&lt;/P&gt;
&lt;P&gt;*Key Challenge*&lt;/P&gt;
&lt;P&gt;We need to identify a scalable and performant approach for extracting large SAP ECC tables into Microsoft Fabric Lakehouse, while avoiding the "Not enough space" error and significantly improving extraction throughput.&lt;/P&gt;
&lt;P&gt;In particular, we need to determine whether the bottleneck is related to SAP RFC/NCo processing, Open Data Gateway, Fabric's SAP Table connector, partitioning strategy, batch size, or the underlying data transfer mechanism, and what configuration or architecture would provide better performance for large-volume SAP extractions.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2026 13:40:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Apache-Airflow-Job/SAP-ECC-into-a-Microsoft-Fabric-Lakehouse-using-Fabric-Data/m-p/5365522#M243</guid>
      <dc:creator>Murtaza_Ghafoor</dc:creator>
      <dc:date>2026-09-08T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Fabric Monday 121: Human in The Loop</title>
      <link>https://community.fabric.microsoft.com/t5/Webinars-and-Video-Gallery/Fabric-Monday-121-Human-in-The-Loop/m-p/5365311#M109</link>
      <description>&lt;P&gt;🚨 A Business Event can start a Fabric pipeline automatically. But should every event be allowed to complete the process without a human decision?&lt;BR /&gt;&lt;BR /&gt;Business Events turn important data conditions into governed, reusable signals. The new Approval activity puts a human decision directly inside a Fabric Data Factory pipeline.&lt;BR /&gt;&lt;BR /&gt;Combine them, and you get an event-driven workflow that stays automatic until judgment is actually required.&lt;BR /&gt;&lt;BR /&gt;📡 FROM DATA TO A BUSINESS EVENT&lt;BR /&gt;&lt;BR /&gt;In this video, a Fabric notebook checks incoming sales records for orders with a quantity greater than 15.&lt;BR /&gt;&lt;BR /&gt;When it finds one, it publishes a `HighQuantityOrderDetected` Business Event containing the invoice, item, quantity, and total value.&lt;BR /&gt;&lt;BR /&gt;The event uses a registered schema, so publishers and consumers exchange the same business context in a predictable format.&lt;BR /&gt;&lt;BR /&gt;⚡ FROM BUSINESS EVENT TO PIPELINE&lt;BR /&gt;&lt;BR /&gt;Activator monitors the Business Event in Real-Time Hub.&lt;BR /&gt;&lt;BR /&gt;For each matching event, Activator starts a Fabric pipeline and passes the event fields into pipeline parameters. The pipeline can then enrich the request with additional data before asking for approval.&lt;BR /&gt;&lt;BR /&gt;👤 HUMAN IN THE LOOP&lt;BR /&gt;&lt;BR /&gt;The Approval activity pauses the pipeline and sends the request to a designated reviewer through Outlook or Microsoft Teams.&lt;BR /&gt;&lt;BR /&gt;The reviewer sees the business context, opens the Review experience in Monitoring Hub, and chooses whether to approve or reject the request.&lt;BR /&gt;&lt;BR /&gt;👉 Approved — the pipeline continues through the success path&lt;BR /&gt;👉 Rejected — the pipeline continues through the failure path&lt;BR /&gt;👉 Timeout — the activity fails and follows the rejection path&lt;BR /&gt;&lt;BR /&gt;After the decision, the pipeline resumes automatically.&lt;BR /&gt;&lt;BR /&gt;💾 KEEPING THE DECISION&lt;BR /&gt;&lt;BR /&gt;Both branches call a notebook that records the result in the Lakehouse.&lt;BR /&gt;&lt;BR /&gt;The saved record includes the event values, approval result, pipeline run ID, and decision timestamp. The original signal, the human decision, and the downstream action remain connected and traceable.&lt;BR /&gt;&lt;BR /&gt;🎯 WHY THIS COMBINATION MATTERS&lt;BR /&gt;&lt;BR /&gt;Business Events remove the need for every producer and consumer to build a private integration contract.&lt;BR /&gt;&lt;BR /&gt;The Approval activity adds a controlled decision point without moving the process outside Fabric.&lt;BR /&gt;&lt;BR /&gt;Together they enable workflows that are:&lt;BR /&gt;&lt;BR /&gt;👉 Event-driven — the process starts when a meaningful business condition occurs&lt;BR /&gt;👉 Context-aware — the event payload travels into the approval request&lt;BR /&gt;👉 Governed — only the step that needs judgment is paused&lt;BR /&gt;👉 Auditable — the pipeline records who decided, the outcome, and what happened nextreti&lt;BR /&gt;&lt;BR /&gt;This is where real-time detection becomes an operational business process: automatic detection, human judgment, and an automated response in one Fabric workflow.&lt;BR /&gt;&lt;BR /&gt;⚠️ The Business Events alert integration and the Approval activity shown in this video are currently in Preview.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2026 13:22:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Webinars-and-Video-Gallery/Fabric-Monday-121-Human-in-The-Loop/m-p/5365311#M109</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2026-09-07T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Sharepoint lists mirroring issue</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Sharepoint-lists-mirroring-issue/m-p/5364776#M280</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We currently face an issue with sharepoint lists mirroring in microsoft fabric and we have no clue what can happen because the error message is pretty useless :&lt;/P&gt;&lt;P&gt;In fact, we are mirroring more than 20 lists but only half of them succeed. The others failed with the following error :&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Internal system error occurred. ArtifactId: daa35143-...-5aa6accfec68, SequenceNumber: 9&lt;/LI&gt;&lt;/UL&gt;&lt;img /&gt;&lt;P&gt;I have linked an eventhouse but the error message is still the same, no more information:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Internal system error occurred. ArtifactId: daa35143-...-5aa6accfec68, SequenceNumber: 9&lt;/LI&gt;&lt;/UL&gt;&lt;img /&gt;&lt;P&gt;How can I have more information about the issue ?&lt;/P&gt;&lt;P&gt;Thank you very much for your help,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 10:01:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Sharepoint-lists-mirroring-issue/m-p/5364776#M280</guid>
      <dc:creator>Gllme</dc:creator>
      <dc:date>2026-09-04T10:01:19Z</dc:date>
    </item>
    <item>
      <title>Sharepoint lists mirroring issue</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Sharepoint-lists-mirroring-issue/m-p/5364766#M279</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We currently face an issue with sharepoint lists mirroring in microsoft fabric and we have no clue what can happen because the error message is pretty useless :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact, we are mirroring more than 20 lists but only half of them succeed. The others failed with the following error :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Internal system error occurred. ArtifactId: daa35143-...-5aa6accfec68, SequenceNumber: 9&lt;/P&gt;&lt;img /&gt;&lt;P&gt;I have linked an eventhouse but the error message is still the same, no more information:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Internal system error occurred. ArtifactId: daa35143-...-5aa6accfec68, SequenceNumber: 9&lt;/P&gt;&lt;img /&gt;&lt;P&gt;How can I have more information about the issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 09:29:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Sharepoint-lists-mirroring-issue/m-p/5364766#M279</guid>
      <dc:creator>Gllme</dc:creator>
      <dc:date>2026-09-04T09:29:51Z</dc:date>
    </item>
    <item>
      <title>Faulting application FabricPipelineWorker.exe</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Faulting-application-FabricPipelineWorker-exe/m-p/5364506#M9663</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;we installed an On-premise data gateway version 3000.330.1 (August 2026) on a Windows Server 2025.&lt;BR /&gt;&lt;BR /&gt;Every time we connect to SAP over SAP Table Application Server to our SAP System on SAP Cloud, we get the following error:&lt;/P&gt;&lt;P&gt;Application: FabricPipelineWorker.exe&lt;BR /&gt;Framework Version: v4.0.30319&lt;BR /&gt;Description: The process was terminated due to an unhandled exception.&lt;BR /&gt;Exception Info: System.InvalidOperationException&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.Common.ProcessManagement.Communication.MessageHandlerSet.Dispatch(Microsoft.DataTransfer.Common.ProcessManagement.Communication.IMessageChannel, Microsoft.DataTransfer.Common.ProcessManagement.Communication.Message)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.Common.ProcessManagement.Communication.MultiplexingMessenger.OnMessageToOtherChannel(Microsoft.DataTransfer.Common.ProcessManagement.Communication.IMessageChannel, MessageToOtherChannel)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.Common.ProcessManagement.Communication.MessageHandlerSet.Dispatch(Microsoft.DataTransfer.Common.ProcessManagement.Communication.IMessageChannel, Microsoft.DataTransfer.Common.ProcessManagement.Communication.Message)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.Common.ProcessManagement.Communication.IMessengerExtensions+&amp;lt;WaitForAsync&amp;gt;d__0`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.Common.ProcessManagement.Communication.IMessengerExtensions+&amp;lt;WaitForAsync&amp;gt;d__1`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.Common.ProcessManagement.RemoteService.RemoteServiceEnvironment+&amp;lt;DisposeServiceStubsAsync&amp;gt;d__4.MoveNext()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.DataMovementGateway.WorkerProcess.WorkerContainer+&amp;lt;StartAsync&amp;gt;d__11.MoveNext()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.DataMovementGateway.WorkerProcess.Program+&amp;lt;Main&amp;gt;d__1.MoveNext()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;at Microsoft.DataTransfer.DataMovementGateway.WorkerProcess.Program.&amp;lt;Main&amp;gt;(System.String[])&lt;/P&gt;&lt;P&gt;AND:&lt;/P&gt;&lt;P&gt;Faulting application name: FabricPipelineWorker.exe, version: 5.68.9706.2, time stamp: 0x900a871d&lt;BR /&gt;Faulting module name: KERNELBASE.dll, version: 10.0.26100.33158, time stamp: 0x4332201f&lt;BR /&gt;Exception code: 0xe0434352&lt;BR /&gt;Fault offset: 0x00000000000c75fa&lt;BR /&gt;Faulting process id: 0x2234&lt;BR /&gt;Faulting application start time: 0x1DD3B1901C52B57&lt;BR /&gt;Faulting application path: C:\Program Files\On-premises data gateway\FabricIntegrationRuntime\5.0\Shared\FabricPipelineWorker.exe&lt;BR /&gt;Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll&lt;BR /&gt;Report Id: a3bc643f-227b-4f9e-b7b7-45ff005eb05f&lt;BR /&gt;Faulting package full name:&amp;nbsp;&lt;BR /&gt;Faulting package-relative application ID:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone an idea?&lt;/P&gt;&lt;P&gt;BR Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2026 08:40:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Faulting-application-FabricPipelineWorker-exe/m-p/5364506#M9663</guid>
      <dc:creator>ThomasPluemper</dc:creator>
      <dc:date>2026-09-03T08:40:03Z</dc:date>
    </item>
    <item>
      <title>Fabric Pipeline stuck on Loading - pipeline editor does not open</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Pipeline-stuck-on-Loading-pipeline-editor-does-not-open/m-p/5363495#M9655</link>
      <description>&lt;P&gt;Hi, I am facing an issue with Microsoft Fabric Data Pipelines. The pipeline editor remains stuck on Loading and the activities/canvas never appear. The issue happens in multiple workspaces in the same tenant. I also created a new pipeline in another Fabric trial workspace, but it has the same issue. Lakehouse is working normally, but Pipeline remains stuck on Loading. I have tried refreshing and reopening Fabric and testing in another workspace, but the issue persists. Is anyone else experiencing this issue? Could this be a Fabric service-side issue? I have attached screenshots showing the Loading screen. Thanks&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2026 01:22:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Pipeline-stuck-on-Loading-pipeline-editor-does-not-open/m-p/5363495#M9655</guid>
      <dc:creator>NaraayaPC</dc:creator>
      <dc:date>2026-08-31T01:22:35Z</dc:date>
    </item>
    <item>
      <title>A bug in the Data pipeline expression builder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/A-bug-in-the-Data-pipeline-expression-builder/m-p/5363492#M9654</link>
      <description>&lt;P&gt;Since last week's Fabric update, the Expression Builder is generating incorrect expressions when selecting pipeline parameters. For example, instead of generating:&lt;/P&gt;&lt;P&gt;It writes @linkedService().&amp;lt;parameter_name&amp;gt; instead of @pipeline.parameters.&amp;lt;parameter_name&amp;gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The expression is immediately flagged with an&amp;nbsp;&lt;STRONG&gt;"UnsupportedConcept"&lt;/STRONG&gt; error. Additionally, the value cannot be saved even after manually correcting the expression to the proper pipeline parameter syntax. The issue occurs with both newly created and existing parameters, suggesting a regression introduced in the latest Fabric update.&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2026 00:28:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/A-bug-in-the-Data-pipeline-expression-builder/m-p/5363492#M9654</guid>
      <dc:creator>tarektm17</dc:creator>
      <dc:date>2026-08-31T00:28:37Z</dc:date>
    </item>
    <item>
      <title>[BUG] Dataflow Gen2 destination picker 404 — api.powerbi.com lakehouses UK region</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/BUG-Dataflow-Gen2-destination-picker-404-api-powerbi-com/m-p/5361702#M5830</link>
      <description>&lt;P&gt;Hi community,&lt;BR /&gt;&lt;BR /&gt;We have a complete blocker with Dataflow Gen2 (CI/CD) destination configuration in our UK-region Fabric tenant.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Error:&lt;BR /&gt;&lt;/STRONG&gt;When clicking "Add default destination" and selecting a Fabric Lakehouse from the OneLake catalog, this error fires immediately for ALL users including the&lt;BR /&gt;workspace Admin:&lt;BR /&gt;DataSource.Error: Downstream service call to url 'https://api.powerbi.com/v1/workspaces/{WORKSPACE_ID}/lakehouses' failed with status code 404. (Region: uk)&lt;/P&gt;&lt;P&gt;The Lakehouse IS visible in the OneLake catalog — it appears in the picker. The 404 fires the moment it is clicked.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Root cause hypothesis:&lt;BR /&gt;&lt;/STRONG&gt;The destination picker calls the legacy Power BI REST API: api.powerbi.com/v1/workspaces/{id}/lakehouses ← returns 404&lt;BR /&gt;&lt;BR /&gt;For Fabric-native workspaces in the UK region, the correct endpoint should be: api.fabric.microsoft.com/v1/workspaces/{id}/lakehouses&lt;/P&gt;&lt;P&gt;The OneLake catalog listing (which uses a different path) resolves the lakehouse correctly — it's only the destination configuration call that uses the wrong endpoint.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workarounds attempted — all failed:&lt;BR /&gt;&lt;/STRONG&gt;1. UI — Admin user attempted same steps → same 404&lt;BR /&gt;2. queryMetadata.json via Git — Added destination fields, pushed to prod branch → Fabric silently strips loadEnabled/destination on every sync, creating a permanent conflict loop (workspace ≠ Git on every update)&lt;BR /&gt;3. Authentication methods — Before the error began firing immediately, a "Connect to default data destination" screen appeared offering two authentication options for the Lakehouse connection:&lt;BR /&gt;- Organizational account (Sahil Singh / user account)&lt;BR /&gt;- Service principal&lt;/P&gt;&lt;P&gt;Both were attempted. Neither succeeded — the 404 followed in both cases.&lt;BR /&gt;&lt;BR /&gt;Subsequently, this connection credentials screen stopped appearing altogether. The 404 now fires immediately upon clicking lh_dhl_prod in the OneLake catalog, before the connection setup dialog is even shown. This regression suggests the failure point has moved earlier in the destination configuration flow.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;BR /&gt;&lt;/STRONG&gt;1. Is this a known issue for UK-region tenants?&lt;BR /&gt;2. Is there a way to configure the Dataflow Gen2 destination via Fabric REST API directly to bypass the broken UI?&lt;BR /&gt;3. Are there other file-based approaches (mashup.pq metadata) for CI/CD Dataflow Gen2 destinations?&lt;/P&gt;&lt;P&gt;Happy to provide Session IDs and further details to the Fabric team.&lt;BR /&gt;&lt;BR /&gt;I have attached the relevant images, PFA...&lt;/P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 23:16:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/BUG-Dataflow-Gen2-destination-picker-404-api-powerbi-com/m-p/5361702#M5830</guid>
      <dc:creator>sahillihas20</dc:creator>
      <dc:date>2026-08-26T23:16:25Z</dc:date>
    </item>
    <item>
      <title>Fabric Pipeline Lakehouse sink fails across multiple workspaces with invalid quoted UTF-8 charset</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Pipeline-Lakehouse-sink-fails-across-multiple-workspaces/m-p/5361330#M9643</link>
      <description>&lt;P&gt;We are unable to use Microsoft Fabric Pipelines to copy data from an on-premises SQL Server into either the Tables or Files area of a Fabric Lakehouse.&lt;/P&gt;&lt;P&gt;The SQL Server source is reached successfully, authentication succeeds, the query executes, and the Pipeline reads and copies the returned rows. However, the Lakehouse sink fails before writing any data or creating a file.&lt;/P&gt;&lt;P&gt;The consistent error is:&lt;/P&gt;&lt;P&gt;ErrorCode=LakehouseOperationFailed&lt;/P&gt;&lt;P&gt;The character set provided in ContentType is invalid.&lt;BR /&gt;Cannot read content as string using an invalid character set.&lt;/P&gt;&lt;P&gt;'"utf-8"' is not a supported encoding name.&lt;BR /&gt;For information on defining a custom encoding, see the documentation&lt;BR /&gt;for the Encoding.RegisterProvider method.&lt;/P&gt;&lt;P&gt;Parameter name: name&lt;/P&gt;&lt;P&gt;The quoted encoding value "utf-8" does not appear anywhere in the Pipeline JSON configuration. The exception appears to be raised when the Microsoft Data Transfer client processes a response during the Lakehouse write operation.&lt;/P&gt;&lt;P&gt;Reproduction steps&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new Fabric workspace assigned to the F2 capacity.&lt;/LI&gt;&lt;LI&gt;Create a new Lakehouse in that workspace.&lt;/LI&gt;&lt;LI&gt;Create a Fabric Data Factory Pipeline.&lt;/LI&gt;&lt;LI&gt;Add a Copy Data activity.&lt;/LI&gt;&lt;LI&gt;Use the existing SQL Server Database connection through the on-premises gateway.&lt;/LI&gt;&lt;LI&gt;Use SELECT 1 AS TestID as the source query.&lt;/LI&gt;&lt;LI&gt;Configure the destination as Bronze_LH_1/Files/Test1/TestID.&lt;/LI&gt;&lt;LI&gt;Run the Pipeline.&lt;/LI&gt;&lt;LI&gt;The source row is read successfully, but the Lakehouse sink fails before writing the file.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Full Pipeline Error&lt;/P&gt;&lt;P&gt;Code: 27370&lt;/P&gt;&lt;P&gt;ErrorCode=LakehouseOperationFailed,&lt;BR /&gt;Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,&lt;BR /&gt;Message=Lakehouse operation failed for: The character set provided in&lt;BR /&gt;ContentType is invalid. Cannot read content as string using an invalid&lt;BR /&gt;character set.&lt;/P&gt;&lt;P&gt;Source=Microsoft.DataTransfer.ClientLibrary,&lt;/P&gt;&lt;P&gt;Type=System.InvalidOperationException,&lt;BR /&gt;Message=The character set provided in ContentType is invalid.&lt;BR /&gt;Cannot read content as string using an invalid character set.&lt;BR /&gt;Source=mscorlib,&lt;/P&gt;&lt;P&gt;Type=System.ArgumentException,&lt;BR /&gt;Message='"utf-8"' is not a supported encoding name.&lt;BR /&gt;For information on defining a custom encoding, see the documentation&lt;BR /&gt;for the Encoding.RegisterProvider method.&lt;/P&gt;&lt;P&gt;Parameter name: name&lt;BR /&gt;Source=mscorlib&lt;/P&gt;&lt;P&gt;Troubleshooting Already Completed&lt;/P&gt;&lt;P&gt;The following tests have already been performed:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Confirmed Microsoft Fabric is enabled in tenant settings.&lt;/LI&gt;&lt;LI&gt;Confirmed users can create Fabric items.&lt;/LI&gt;&lt;LI&gt;Confirmed the workspace is assigned to an active Fabric F2 capacity.&lt;/LI&gt;&lt;LI&gt;Confirmed the capacity is in the correct region&lt;/LI&gt;&lt;LI&gt;Confirmed the SQL Server Database connection is Online and Ready.&lt;/LI&gt;&lt;LI&gt;Confirmed the on-premises data gateway shows no warnings.&lt;/LI&gt;&lt;LI&gt;Confirmed Windows authentication credentials are valid.&lt;/LI&gt;&lt;LI&gt;Successfully executed and read results from SELECT 1 AS TestID.&lt;/LI&gt;&lt;LI&gt;Confirmed the Pipeline read and copied one row from SQL Server.&lt;/LI&gt;&lt;LI&gt;Tested a source view named [DataWarehouse].[BI_vw].[AccountTypeNames].&lt;/LI&gt;&lt;LI&gt;Reduced the source query to the literal query SELECT 1 AS TestID.&lt;/LI&gt;&lt;LI&gt;Tested a Lakehouse Table destination.&lt;/LI&gt;&lt;LI&gt;Tested a Lakehouse Files destination.&lt;/LI&gt;&lt;LI&gt;Tested the default dbo destination schema.&lt;/LI&gt;&lt;LI&gt;Tested a custom BI_vw destination schema.&lt;/LI&gt;&lt;LI&gt;Tested the Copy Job assistant.&lt;/LI&gt;&lt;LI&gt;Tested a manually configured Pipeline Copy Data activity.&lt;/LI&gt;&lt;LI&gt;Created new Lakehouses and repeated the test.&lt;/LI&gt;&lt;LI&gt;Created an entirely new Fabric workspace and repeated the test.&lt;/LI&gt;&lt;LI&gt;Reproduced the identical error in both the original and new workspaces.&lt;/LI&gt;&lt;LI&gt;Successfully uploaded a file manually through the Lakehouse browser interface.&lt;/LI&gt;&lt;LI&gt;Confirmed manual OneLake/Lakehouse file access works.&lt;/LI&gt;&lt;LI&gt;Confirmed no Pipeline JSON property specifies charset="utf-8".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Findings&lt;/P&gt;&lt;P&gt;The testing indicates:&lt;/P&gt;&lt;P&gt;On-premises gateway connectivity: Successful&lt;BR /&gt;Windows authentication: Successful&lt;BR /&gt;SQL Server query execution: Successful&lt;BR /&gt;Source data read: Successful&lt;BR /&gt;Row transfer from source: Successful&lt;BR /&gt;Manual Lakehouse file upload: Successful&lt;BR /&gt;Pipeline Lakehouse sink write: Failed&lt;/P&gt;&lt;P&gt;The issue is reproducible across multiple workspaces, Lakehouses, destination types, and source queries. The original workspace’s history as a Power BI workspace was eliminated as a cause by reproducing the issue in a newly created Fabric workspace.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2026 13:30:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-Pipeline-Lakehouse-sink-fails-across-multiple-workspaces/m-p/5361330#M9643</guid>
      <dc:creator>ShayneY75</dc:creator>
      <dc:date>2026-08-25T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Workspace Identity works in one workspace but fails in another when executing Notebook Activity</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Workspace-Identity-works-in-one-workspace-but-fails-in-another/m-p/5360226#M9638</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm troubleshooting an issue with &lt;STRONG&gt;Notebook Activity + Workspace Identity (WI)&lt;/STRONG&gt; in Microsoft Fabric Data Factory and would like to know if anyone has experienced something similar.&lt;/P&gt;&lt;H3&gt;Scenario&lt;/H3&gt;&lt;P&gt;I'm trying to execute a notebook from a pipeline using a &lt;STRONG&gt;Workspace Identity connection&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The notebook itself is very simple and does not require:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Lakehouse&lt;/LI&gt;&lt;LI&gt;Environment&lt;/LI&gt;&lt;LI&gt;External connections&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The execution fails &lt;STRONG&gt;before Spark starts&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;Notebook Error&lt;/H3&gt;&lt;BLOCKQUOTE&gt;An unexpected error encountered while preparing spark operation execution.&lt;BR /&gt;&lt;BR /&gt;The user access token was not found.&lt;BR /&gt;The user session may have expired or the user is no longer valid.&lt;BR /&gt;Please sign in again.&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Additional observations:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the notebook run history, the &lt;STRONG&gt;"Submitted By"&lt;/STRONG&gt; column appears as "--"&lt;/LI&gt;&lt;LI&gt;The notebook never reaches Spark execution&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Pipeline Error&lt;/H3&gt;&lt;BLOCKQUOTE&gt;Notebook execution failed at Notebook service with http status code - '200'&lt;BR /&gt;&lt;BR /&gt;Failed to create session for executing notebook.&lt;BR /&gt;&lt;BR /&gt;Notebook execution is in Failed state.&lt;/BLOCKQUOTE&gt;&lt;H3&gt;What I have already validated&lt;/H3&gt;&lt;P&gt;✅ Workspace Identity exists and is active in Entra ID&lt;/P&gt;&lt;P&gt;✅ Workspace Identity is included in the Security Group allowed to use Fabric APIs&lt;/P&gt;&lt;P&gt;✅ Tenant setting &lt;STRONG&gt;"Service principals can call Fabric public APIs"&lt;/STRONG&gt; is enabled&lt;/P&gt;&lt;P&gt;✅ Workspace Identity is Workspace Admin&lt;/P&gt;&lt;P&gt;✅ Workspace Identity is successfully used to access Azure Data Lake Storage Gen2&lt;/P&gt;&lt;P&gt;✅ Notebook Activity is configured to use a Workspace Identity connection&lt;/P&gt;&lt;P&gt;✅ Notebook owner account is active and valid&lt;/P&gt;&lt;P&gt;✅ Pipeline owner account is active and valid&lt;/P&gt;&lt;P&gt;✅ No Environment attached&lt;/P&gt;&lt;P&gt;✅ No Lakehouse attached&lt;/P&gt;&lt;P&gt;✅ No external connections inside the notebook&lt;/P&gt;&lt;P&gt;✅ Created a brand-new notebook containing only:&lt;/P&gt;&lt;BLOCKQUOTE&gt;print("hello")&lt;/BLOCKQUOTE&gt;&lt;P&gt;✅ Created a brand-new pipeline containing only a Notebook Activity&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Same result.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;✅ The same Notebook Connection with Workspace Identity works successfully in another workspace&lt;/P&gt;&lt;H3&gt;Comparison with another workspace&lt;/H3&gt;&lt;P&gt;I have another workspace with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The same tenant&lt;/LI&gt;&lt;LI&gt;Different Fabric capacity&lt;/LI&gt;&lt;LI&gt;The same geography&lt;/LI&gt;&lt;LI&gt;Different Security Group&lt;/LI&gt;&lt;LI&gt;The same Fabric API tenant settings&lt;/LI&gt;&lt;LI&gt;The same Notebook Connection owner&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;and &lt;STRONG&gt;the exact same configuration works correctly there&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Additionally:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The same Notebook Connection was tested in both workspaces&lt;/LI&gt;&lt;LI&gt;The same Workspace Identity pattern is used&lt;/LI&gt;&lt;LI&gt;The working workspace can access Key Vault and execute notebooks through pipelines without issues&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The only variable that seems to change is the workspace itself.&lt;/P&gt;&lt;H3&gt;Additional Observation&lt;/H3&gt;&lt;P&gt;The Workspace Identity appears to be functioning correctly because it is already being used successfully to authenticate against Azure resources such as ADLS Gen2.&lt;/P&gt;&lt;P&gt;Because of this, the issue does not appear to be related to Entra permissions, Fabric API permissions, or Workspace Identity access to Azure resources.&lt;/P&gt;&lt;P&gt;Instead, it seems related to one of the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Notebook Activity + Workspace Identity integration&lt;/LI&gt;&lt;LI&gt;Session creation&lt;/LI&gt;&lt;LI&gt;Workspace metadata&lt;/LI&gt;&lt;LI&gt;Workspace-specific configuration&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Question&lt;/H3&gt;&lt;P&gt;Has anyone encountered a situation where:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Workspace Identity authentication works for ADLS and Key Vault&lt;/LI&gt;&lt;LI&gt;The same Notebook Connection works in another workspace&lt;/LI&gt;&lt;LI&gt;Notebook Activity only fails in one specific workspace&lt;/LI&gt;&lt;LI&gt;The error is related to:&lt;UL&gt;&lt;LI&gt;"The user access token was not found"&lt;/LI&gt;&lt;LI&gt;"Failed to create session for executing notebook"&lt;/LI&gt;&lt;LI&gt;Empty "Submitted By" field&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm trying to determine whether this is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A workspace-specific metadata issue&lt;/LI&gt;&lt;LI&gt;A Notebook Activity bug&lt;/LI&gt;&lt;LI&gt;A Workspace Identity provisioning issue&lt;/LI&gt;&lt;LI&gt;An undocumented prerequisite for Workspace Identity execution&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any insights would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2026 00:12:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Workspace-Identity-works-in-one-workspace-but-fails-in-another/m-p/5360226#M9638</guid>
      <dc:creator>santiago-marano</dc:creator>
      <dc:date>2026-08-20T00:12:06Z</dc:date>
    </item>
    <item>
      <title>Mirroring SQL Endpoint Capacity Usage</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Mirroring-SQL-Endpoint-Capacity-Usage/m-p/5359574#M271</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've been working extensively with the &lt;STRONG&gt;Open Mirroring Database&lt;/STRONG&gt; item in Microsoft Fabric, but I'm still trying to fully understand how its capacity (CU) consumption is calculated.&lt;/P&gt;&lt;P&gt;From my understanding, the internal operations include components such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OneLake Write via Redirect&lt;/LI&gt;&lt;LI&gt;OneLake Iterative Read via Proxy&lt;/LI&gt;&lt;LI&gt;OneLake Read via Redirect&lt;/LI&gt;&lt;LI&gt;OneLake Read via Proxy&lt;/LI&gt;&lt;LI&gt;OneLake Write via Proxy&lt;/LI&gt;&lt;LI&gt;OneLake Other Operations&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My assumption is that these workloads account for activities such as data ingestion, CSV-to-Parquet conversion, data maintenance, vacuum operations, and other background processing required to keep the mirrored database operational.&lt;/P&gt;&lt;P&gt;What I do not understand is the &lt;STRONG&gt;Warehouse SQL Endpoint Query Usage&lt;/STRONG&gt; metric.&lt;/P&gt;&lt;P&gt;On &lt;STRONG&gt;11 August&lt;/STRONG&gt;, this metric increased dramatically in our environment and has remained significantly elevated ever since. For one particular Open Mirroring Database item, usage increased from approximately &lt;STRONG&gt;7K CU to 34K CU&lt;/STRONG&gt;, and I am trying to determine what contributes to this workload and why it changed so suddenly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before:&lt;/STRONG&gt; &lt;EM&gt;Screenshot&lt;/EM&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After:&lt;/STRONG&gt; &lt;EM&gt;Screenshot&lt;/EM&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Another observation is related to the &lt;STRONG&gt;Run By&lt;/STRONG&gt; filter in the Capacity Metrics App.&lt;/P&gt;&lt;P&gt;Prior to &lt;STRONG&gt;10 August&lt;/STRONG&gt;, I was able to filter consumption by individual user identities and clearly distinguish activity generated by specific users from activity generated by the system.&lt;/P&gt;&lt;P&gt;However, from around &lt;STRONG&gt;10/11 August&lt;/STRONG&gt;, all user-generated activity appears to be grouped under a generic &lt;STRONG&gt;"User"&lt;/STRONG&gt; identity, and individual users can no longer be distinguished or filtered.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before 10 August:&lt;/STRONG&gt; &lt;EM&gt;Screenshot showing identifiable users&lt;/EM&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;STRONG&gt;After 10 August:&lt;/STRONG&gt; &lt;EM&gt;Screenshot showing only "User"&lt;/EM&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;I don't understand what this new &lt;STRONG&gt;User&lt;/STRONG&gt; identity represents. Is it an aggregation of all user-generated activity, a new classification introduced by the metering changes, or something else entirely?&lt;/P&gt;&lt;P&gt;My current theory is that both the increase in &lt;STRONG&gt;Warehouse SQL Endpoint Query Usage&lt;/STRONG&gt; and the change in the &lt;STRONG&gt;Run By&lt;/STRONG&gt; filter may be related to the recent Fabric capacity metering changes, but I have not been able to find any documentation that clearly explains this behavior.&lt;/P&gt;&lt;P&gt;Can anyone provide insight into the following?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What specifically contributes to &lt;STRONG&gt;Warehouse SQL Endpoint Query Usage&lt;/STRONG&gt; for an Open Mirroring Database?&lt;/LI&gt;&lt;LI&gt;Do any of the internal mirroring processes execute through the SQL Endpoint and therefore appear under this metric?&lt;/LI&gt;&lt;LI&gt;Did the recent Fabric metering changes alter how these operations are classified or billed?&lt;/LI&gt;&lt;LI&gt;What exactly does the &lt;STRONG&gt;"User"&lt;/STRONG&gt; identity represent in the &lt;STRONG&gt;Run By&lt;/STRONG&gt; filter?&lt;/LI&gt;&lt;LI&gt;Why did individual user identities disappear after 10 August and become a generic &lt;STRONG&gt;"User"&lt;/STRONG&gt; value?&lt;/LI&gt;&lt;LI&gt;Is the new User Identity dimension connected to the recent metering changes?&lt;/LI&gt;&lt;LI&gt;Has the attribution model for user-generated workloads changed, resulting in individual users being grouped into a single category?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any clarification would be greatly appreciated, as these changes make it difficult to understand capacity consumption patterns and compare usage before and after 10 August.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2026 11:19:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Mirroring-SQL-Endpoint-Capacity-Usage/m-p/5359574#M271</guid>
      <dc:creator>FabricEnjoyer</dc:creator>
      <dc:date>2026-08-17T11:19:29Z</dc:date>
    </item>
    <item>
      <title>iifnull() failing on non-null input</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/iifnull-failing-on-non-null-input/m-p/5359481#M5826</link>
      <description>&lt;P&gt;The documentation for iifNull() says this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Returns the first not null item when given two or more inputs.&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We have a dataflow which handles the contents of a number of files, using a specified CSV format.&amp;nbsp; One of the columns is named 'Dealer'.&amp;nbsp; Due to an error in an upstream system, a significant number of files came in with the header misspelled 'Delaer'.&amp;nbsp; There are so many of these files that we cannot simply edit them manually to fix.&amp;nbsp; I have the following expression in a Derived Column transform:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;iifNull('Dealer',byName('Delaer'))&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I understand this expression to mean "Use the value of the column 'Dealer' if it is not null, else use the value of the drifted column 'Delaer'."&amp;nbsp; (That name is not in the list set by the dataset, so it is drifted, and leaving out byName() causes validation to fail.)&lt;/P&gt;&lt;P&gt;When the file does not contain the spelling error, my expected result is that it simply retains the correct value in 'Dealer' because this is not null.&amp;nbsp; However, when actually run, this expression actually returns null, and causes the column in the Derived Column transform to not be created, resulting in a "Resolved attribute(s) [name] missing from [names]" error.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2026 03:40:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/iifnull-failing-on-non-null-input/m-p/5359481#M5826</guid>
      <dc:creator>cmjcf</dc:creator>
      <dc:date>2026-08-17T03:40:08Z</dc:date>
    </item>
    <item>
      <title>Passing the Parameter while calling the Data Pipeline using REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Passing-the-Parameter-while-calling-the-Data-Pipeline-using-REST/m-p/5358190#M9629</link>
      <description>&lt;P&gt;Hello Readers,&lt;BR /&gt;&lt;BR /&gt;I am trying to trigger the REST API to trigger an on-demand job on my datapipeline:&lt;BR /&gt;POST&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/dataPipelines/{pipelineId}/jobs/execute/instances" target="_blank" rel="noopener"&gt;https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/dataPipelines/{pipelineId}/jobs/execute/instances&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Body/Payload:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"parameters"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"filed_based_run"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Boolean"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"fail_whole_load"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Boolean"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"config_file"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"on_demand"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Text"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Error:&lt;BR /&gt;Status Code: 403 Forbidden&lt;BR /&gt;Error Message:&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"requestId"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"cc5e44f7-cda1-4adc-9e18-ef19513b15d5"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"errorCode"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"FeatureNotAvailable"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Parameter&amp;nbsp;is&amp;nbsp;not&amp;nbsp;allowed&amp;nbsp;for&amp;nbsp;this&amp;nbsp;item&amp;nbsp;type&amp;nbsp;or&amp;nbsp;this&amp;nbsp;item&amp;nbsp;job&amp;nbsp;type"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"isRetriable"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;My question : Why we can't pass the parameter while calling the datapipeline and is there another I can do this like using Power Automate or Logic apps?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 04:31:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Passing-the-Parameter-while-calling-the-Data-Pipeline-using-REST/m-p/5358190#M9629</guid>
      <dc:creator>12_shashank</dc:creator>
      <dc:date>2026-08-12T04:31:22Z</dc:date>
    </item>
    <item>
      <title>nested Array Issue in Mapping the key Values Part</title>
      <link>https://community.fabric.microsoft.com/t5/Copy-job/nested-Array-Issue-in-Mapping-the-key-Values-Part/m-p/5356272#M313</link>
      <description>&lt;P&gt;I have a nested list of the array within the API Response in the Azure Data Factory. When I am mapping it&amp;nbsp; with the column its is showing me null value instead of giving me the actual value which exist. Here rthe Product List Part part of the reposnse that I wanted to map&lt;BR /&gt;&lt;BR /&gt;"products": [&lt;BR /&gt;{&lt;BR /&gt;"id": 1,&lt;BR /&gt;"catalogItem": {&lt;BR /&gt;"id": 1,&lt;BR /&gt;"identifier": "1",&lt;BR /&gt;"_info": {&lt;BR /&gt;"catalog_href": "&lt;A href="https://example.com/1" target="_blank" rel="noopener"&gt;https://example.com/1&lt;/A&gt;"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"description": "1",&lt;BR /&gt;"sequenceNumber": 1,&lt;BR /&gt;"quantity": 1,&lt;BR /&gt;"price": 1,&lt;BR /&gt;"cost": 1,&lt;BR /&gt;"agreementAmount": 1,&lt;BR /&gt;"billableOption": "1",&lt;BR /&gt;"agreement": {&lt;BR /&gt;"id": 1,&lt;BR /&gt;"name": "1",&lt;BR /&gt;"_info": {&lt;BR /&gt;"agreement_href": "&lt;A href="https://example.com/1" target="_blank" rel="noopener"&gt;https://example.com/1&lt;/A&gt;"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"locationId": 1,&lt;BR /&gt;"businessUnitId": 1,&lt;BR /&gt;"taxableFlag": false,&lt;BR /&gt;"dropshipFlag": false,&lt;BR /&gt;"specialOrderFlag": false,&lt;BR /&gt;"phaseProductFlag": false,&lt;BR /&gt;"cancelledFlag": false,&lt;BR /&gt;"quantityCancelled": 1,&lt;BR /&gt;"customerDescription": "1",&lt;BR /&gt;"productSuppliedFlag": false,&lt;BR /&gt;"invoice": {&lt;BR /&gt;"id": 1,&lt;BR /&gt;"identifier": "1",&lt;BR /&gt;"_info": {&lt;BR /&gt;"invoice_href": "&lt;A href="https://example.com/1" target="_blank" rel="noopener"&gt;https://example.com/1&lt;/A&gt;"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"warehouseId": 1,&lt;BR /&gt;"warehouseBinId": 1,&lt;BR /&gt;"calculatedPriceFlag": false,&lt;BR /&gt;"calculatedCostFlag": false,&lt;BR /&gt;"warehouse": "1",&lt;BR /&gt;"warehouseBin": "1",&lt;BR /&gt;"company": {&lt;BR /&gt;"id": 1,&lt;BR /&gt;"identifier": "1",&lt;BR /&gt;"name": "1",&lt;BR /&gt;"_info": {&lt;BR /&gt;"company_href": "&lt;A href="https://example.com/1" target="_blank" rel="noopener"&gt;https://example.com/1&lt;/A&gt;"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"productClass": "1",&lt;BR /&gt;"needToPurchaseFlag": false,&lt;BR /&gt;"minimumStockFlag": false,&lt;BR /&gt;"calculatedPrice": 1,&lt;BR /&gt;"calculatedCost": 1,&lt;BR /&gt;"_info": {&lt;BR /&gt;"lastUpdated": "2026-01-01T00:00:00Z",&lt;BR /&gt;"updatedBy": "1"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I am trying the catlogitem.id and the the Same Format you can see here but still cant get an data&amp;nbsp; in the rows of the SQL Table How to refrenece it or how to flat it?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2026 14:28:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Copy-job/nested-Array-Issue-in-Mapping-the-key-Values-Part/m-p/5356272#M313</guid>
      <dc:creator>ShayanSiddiqueI</dc:creator>
      <dc:date>2026-08-10T14:28:02Z</dc:date>
    </item>
    <item>
      <title>Copy Job does an Append for FULL Load, cannot be changed</title>
      <link>https://community.fabric.microsoft.com/t5/Copy-job/Copy-Job-does-an-Append-for-FULL-Load-cannot-be-changed/m-p/5350229#M311</link>
      <description>&lt;P&gt;I played around with Copy Job when it first came out. Now I am trying to set one up for real. I'm starting with one table of about a million records that needs a Full load every night. The job has run three times and I have 3 million records. It is configured for FULL Load. In the Advanced settings, under Write settings, it is set to Append. Ah, THAT is the issue. But I cannot select anything else. Where is the OVERWRITE option? What am I missing? Do I have to manually TRUNCATE the destination tables before running the Copy Job?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I sort of assumed that a FULL LOAD implied overwrte.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2026 13:12:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Copy-job/Copy-Job-does-an-Append-for-FULL-Load-cannot-be-changed/m-p/5350229#M311</guid>
      <dc:creator>ToddChitt</dc:creator>
      <dc:date>2026-08-07T13:12:34Z</dc:date>
    </item>
    <item>
      <title>Semantic Model Refresh failing in Pipeline but not manually</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Semantic-Model-Refresh-failing-in-Pipeline-but-not-manually/m-p/5346204#M9621</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a Fabric F8 environment with a pipeline that triggers multiple pipelines to load data into bronze, silver and gold layer. After the Gold pipeline is succeeded, a Semantic Model Refresh activity should refresh a Semantic Model in another workspace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After it had worked for a few days, the &lt;STRONG&gt;pipeline now fails at the Semantic Model Refresh step&lt;/STRONG&gt;. &lt;STRONG&gt;Restarting the pipeline from that step or triggering the Semantic Model refresh from a another pipeline or manually via the Refresh Button all succeed.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The error message states, that a column is missing in the rowset. The column is created immediately before the semantic model refresh starts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I have tried so far&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- adding a 15 minutes waiting time to solve any metadata refresh activities&lt;/P&gt;&lt;P&gt;- rebuild the whole pipeline from scratch&lt;/P&gt;&lt;P&gt;- adding an invoke pipeline step, that starts a pipeline which only contains the Semantic Model Refresh activity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;None of that has solved the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion would be highly welcome.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error message:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Semantic model refresh execution failed, error message received from semantic model refresh operation - '{"errorCode":"ModelRefresh_ShortMessage_ProcessingError","errorDescription":"Retry attempts for failures while executing the refresh exceeded the retry limit set on the request.\n0xC11200B0: The '&amp;lt;oii&amp;gt;is_anonym&amp;lt;\/oii&amp;gt;' column does not exist in the rowset.\n0xC112001C: The operation was canceled.. The exception was raised by the IDbCommand interface.\n0xC11C0006: The current operation was cancelled because another operation in the transaction failed.\n0xC112001C: The operation was canceled.. The exception was raised by the IDbCommand interface.\n0xC112001C: The operation was canceled.. The exception was raised by the IDbCommand interface.\n0xC14700F0: {\"RootActivityId\":\"46081B1B-9B40-4967-9402-297B0D45D710\"}"}'&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 08:58:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Semantic-Model-Refresh-failing-in-Pipeline-but-not-manually/m-p/5346204#M9621</guid>
      <dc:creator>Jakob_H</dc:creator>
      <dc:date>2026-08-06T08:58:19Z</dc:date>
    </item>
  </channel>
</rss>

