Forum Discussion
Json code from synapse analytics into Fabric pipeline
- Anonymous1 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!
Hi, it is not possible to copy your Azure Synapse Analytics JSON code and paste it into Fabric. They use a different JSON setup. I can't find anything on the roadmap saying that Synapse will have a similar migration tool as ADF currently have. You can regularly check this documentation page and see if it shows up: https://learn.microsoft.com/en-us/fabric/data-factory/upgrade-paths. For now, I would suggest you rebuild your pipelines in Fabric.