Forum Discussion
BramT
6 months agoFrequent Visitor
Pipeline json breaking changes for git
I have a pipeline containing several notebooks that are in the same workspace. In the pipeline-content.json file stored in Git a reference to a notebook looks like this: {
"properties": {
"ac...
BramT
6 months agoFrequent Visitor
Thanks KevinChant
We are already using variable libraries for other items. But this seems an undocumented change that has emerged in the last week(s). The sudden change from using notebook logicalId's to notebook itemId's in the pipeline-content.json is not documented and it breaks pull request from other branches. Also when you want to branch out to a new workspace the pipeline will be still pointing to notebooks in the old workspace. That's why I wonder if this change is on purpose.