Forum Discussion
Anonymous
1 year agoNot applicable
Managing Semantic Model Updates in Deployment Pipelines
I am currently building a deployment pipeline with Test and Prod workspaces and have a few questions regarding semantic model updates: If schema changes (e.g., adding new columns or transformation...
- 1 year ago
1. yes, and yes
2. Connect the Dev stage of your deployment pipeline to a version control system (github or Azure DevOps). Then have a process in place to "publish" versions to the Prod workspace as you would in a regular release management process.
lbendlin
Super User
1 year ago1. yes, and yes
2. Connect the Dev stage of your deployment pipeline to a version control system (github or Azure DevOps). Then have a process in place to "publish" versions to the Prod workspace as you would in a regular release management process.