Compare models before deploying #1297
-
Is there anyway in TE3 to show the changes from Test to Prod before deploying to Prod? Currently using ALM Toolkit that shows differences from both model before updating to target db |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @RoadDeal The primary way Tabular Editor currently supports is to source control your model and serialize in JSON or TMLD (Preview), then when you make changes you know which items change against your main branch, can assign review of the changes and can through GIT compare what is in your release branch vs. what is in your main/master branch. You can also open ALM toolkit using a C# script as described by another user here: #1088 (comment) |
Beta Was this translation helpful? Give feedback.
Hi @RoadDeal
The primary way Tabular Editor currently supports is to source control your model and serialize in JSON or TMLD (Preview), then when you make changes you know which items change against your main branch, can assign review of the changes and can through GIT compare what is in your release branch vs. what is in your main/master branch.
You can also open ALM toolkit using a C# script as described by another user here: #1088 (comment)
which could be a workaround to speed up the process if you wish to continue using ALM Toolkit.