Forum Discussion
Git Integration | Microsoft Fabric
Hi RajeshKapur
Check that your pipeline contains a deactivated Invoke pipeline activity.
To work around the issue, mark the Invoke pipeline activity as Activated. You can then redeploy the pipeline.
Fabric GIT integration error - Workload Error Code... - Microsoft Fabric Community
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- RajeshKapur1 year ago
Helper I
Hi Anonymous
Thanks for the solution, but I have validated both the options like checking the pipeline; there is not any deactivated activity available. Also regarding GIT I have tried creating new branch from the develop branch and sync that to the Fabric but still same issue.
One more thing both the workspace are part of same Fabric Capacity do you see any issue around that. Also, if we remove the pipeline from GIT rest everything gets sync but without pipeline code deployment is null and void.
Even I tried using Fabric Deployment Pipeline to deploy the code from one Workspace to another; but got same error there too.
Thanks
- Anonymous1 year agoNot applicable
Hi RajeshKapur
Placing two workspaces under the same Fabric capacity should not itself cause issues. However, make sure the capacity is not overloaded.
Since the error is specific to the data pipeline, consider the dependencies inside the pipeline. Suppose your data pipeline depends on an external dataset. Make sure the access permissions and path to this dataset are correct in the test workspace.
Try testing in isolation. Isolate a specific activity in your data pipeline, create a new simple pipeline containing only that activity, and then try to sync. This can help you determine if the problem is with that specific activity.
Check the recent operations logs for errors related to Git integration or pipeline synchronization. These logs usually provide more detailed error descriptions.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- RajeshKapur1 year ago
Helper I
How to get operations logs in fabric.