REST API - Export and import multiple items in a single call
Fabric Developer Experiences · Public preview · Planned
Description
Today, when Importing multiple item definitions, it required multiple API calls, but that requires very deep understanding of how Fabric works in order to make it a successful deployment:- Developer needs to know the order of deployment, based on how items are related to each other.- Developer needs to update the relations of each item, by familiarizing itself with its definition, and swapping the GUIDs of the dependent items.This requires a lot of coding and technical deep dive by developers and its hard to scale. That's why we are building the option to Import multiple items in a single API call. The be benefits of that will be:- a SIngle call to import an subset of items that should be uploaded to a workspace.- Sorting of the order of deployment for that list of items, so users don't need to worry about the order.- In case of LogicalIds are part of the definition of any of the items, the API call will also replace the LogicalId with the proper GUID in the relevant workspace.This should remove a lot of the overhead developers are handling today when trying to build their own custom deployment process in CI/CD.
Change History
-
2025-11-18
Roadmap Item Added
Workload: Fabric Developer Experiences