Forum Discussion

gk_2024's avatar
gk_2024
Regular Visitor
1 year ago
Solved

Json code from synapse analytics into Fabric pipeline

I'm trying to replicate the code from Synapse analytics pipeline into Fabric Synapse DE data pipeline. I'm able to edit the json code in Fabric UI but when I try clicking on save it gives a weird err...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi gk_2024 

     

    I guess the data pipeline in Fabric does not support all the activities or properties in the Synapse pipeline, so directly copying the JSON code will result in failure. Additionally, I haven't found documentation that specifies the differences, making it difficult to troubleshoot the JSON code directly. Creating a new one from scratch might be faster and more reliable.

     

    Additionally, you have a legacy "Invoke Pipeline" activity. Which pipeline is this activity calling? There are currently two Invoke Pipeline activities (legacy and preview). The legacy invoke pipeline only supports Fabric pipelines in the same workspace as your parent pipeline. You can also only monitor the parent pipeline and cannot invoke ADF or Synapse pipelines using the legacy activity. Using the new preview invoke pipeline activity will allow you to invoke pipelines across Fabric workspaces, from ADF or Synapse, and monitor child pipelines.There is a current known limitation with the preview activity that prohibits the use of pipeline return values. This issue is being fixed and is temporary. Invoke pipeline activity - Microsoft Fabric | Microsoft Learn

     

    So if you want to call a Synapse pipeline from Fabric directly, you may try the new "Invoke Pipeline (Preview)" activity. 

     

    From this thread, there may be more updates regarding data pipelines in the future, but the specific implementation dates have not yet been officially announced.

     

    Best Regards,
    Jing
    If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!