rhysjohnlewis
1 year agoNew Member
Status:
New
Enable Configurable Deployment Order for Initial Sync from Repo to Workspace in Microsoft Fabric
Issue Summary:
Fabric pipelines cannot be deployed in a specific order, leading to dependency conflicts. This requires manual intervention to ensure pipelines correctly reference each other.
Recommended Workaround:
- Temporarily rename all .platform files for pipelines with dependencies to platform to prevent automatic sync and deployment.
- Deploy pipelines sequentially, ensuring dependencies are deployed first.
- For the pipeline you're deploying:
- Rename its corresponding platform file back to .platform.
- Update the pipeline-content.json file to use the correct pipeline ID of its dependency (retrievable from the URL in Fabric).
- Select Update to sync the pipeline from the repository to Fabric.
- Delete the existing pipeline folder from the repository to avoid conflicts.
- Commit the updated pipeline from Fabric to the repository, choosing Keep current content.
(Note: This process works even if the pipeline ID in the .platform file remains outdated.)
4 Comments
- echaintreau
Advocate II
I completely agree on this udpate it need to be done, we can not work with this sync that failed on regular basis - fuzzboneNew MemberThis issue seems to be true across multiple toolchains - Git Sync as well as Deployment Pipelines (and possibly others). Also make sure that it behaves the same way whether triggered from Fabric UI, REST API, etc.
- ProdwareSaM
Advocate I
Suggestion File in git Folder:
.deployment
Content:
MyLH1.Warehouse/.platform
--MyLH2.Warehouse/.platform -- skip because of Issue #23
MyLH2.Warehouse/.platform -- must be deployed before MyWH
MyNotebook1/.platform
MyPipeline1/.platform
MyWH.Warehouse/.platform
MyNotebook3..platform
MySemanticModel/.platform
MyReport/.platform
<SkipOther>consider:
- what do do with artifacts not specified in the File
- respect comments -- and block quote /* */ and #
- allow Commands to either Skips Other Artefacts or deploy other artefacts in standard order
Additional Idea Post Deployment Tasks, e.g.
- Replace Adjust Connections
- Run MyNotebook1.platform with parameters 1,2,3
- Run MyPipeline1.platform with parameters 1,2,3
- Process MySemanticModel/.platform
if you need to decide then Run MyPipeline1.platform would have highest benefit as you can Run Notebooks and Process MySemanticModel with that.
- ProdwareSaM
Advocate I
PS: This Deployment Order should be respected by git sync and fabric deployment pipelines
Recent ideas
iOS Shortcuts Support for Direct Access to Power BI Reports
We are looking to deploy several Power BI reports to support emergency response activities. The intended users are primarily non-technical staff who do not use Power BI currently, but who would benef...Default81291 hour agoFrequent VisitorNew2Views0likes0CommentsSupport Fabric Workspace Identity for custom APIs
Currently, Fabric Workspace Identity cannot be used to authenticate against custom APIs protected by Microsoft Entra ID. Azure Managed Identities support requesting an access token for a specific AP...frithjof_v4 hours agoCommunity ChampionNew62Views5likes0CommentsAllow the target pipeline reference in Invoke Pipeline / ExecutePipeline to be set dynamically
Problem Today, the Invoke Pipeline activity (and legacy ExecutePipeline) requires picking the target pipeline statically at design time — a fixed Workspace/Pipeline selection in the UI, which serial...JONATHANHAUN18 hours agoNew MemberNew8Views0likes0CommentsReset Bookmark Navigator Selection to the Default Published View on Browser Refresh
In Power BI Service, when a user selects a bookmark through a Bookmark Navigator, the bookmark identifier is appended to the report URL. If the user refreshes the browser page, the report reloads in ...vivek1234419 hours agoMicrosoft EmployeeNew6Views0likes0CommentsSeparate Interactive and Background Compute Allocation to Prevent Throttling of Live Reports
Problem Statement When Fabric capacity utilization reaches or exceeds 100% in the last one-hour window, end users experience significant disruptions when accessing Power BI Fabric live reports. This...TilakArani20 hours agoNew MemberNew8Views0likes0Comments