Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
Can we somehow create a pipeline in Fabric Data Factory by using JSON code? The idea is to copy json of an ADF pipeline and recreate in Fabric. The View JSON editor is read only and cannot be edited. Any leads?
Cheers
Solved! Go to Solution.
The json model of ADF pipeline and Fabric pipeline is different in many cases. For ex. in ADF pipeline there are datasets, linked services, integration runtimes etc. In a Fabric pipeline none of those are there, and fabric pipelines work with pbi connections. So most ADF pipelines cant be copied over into Fabric via json, except for simple pipelines like say wait activity.
However, in future, there may be an option to allow migrating ADF pipeline into a Fabric pipeline. There is no concrete timeline on it yet.
Hi,
Is there any update to the timeline when this would be supported?
- JSON model support
- Migrating ADF pipeline into Fabric pipeline
Is there any restriction with the connectors?
Are there any suggested methods to tackle the differences between ADF and Fabric pipelines when migrating existing ADF pipelines in Azure?