Compare models before deploying #1297
Answered
by
mlonsk
craftanalytix
asked this question in
🙋♀️TE3 Q&A
|
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 |
Answered by
mlonsk
May 10, 2024
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) |
1 reply
Answer selected by
craftanalytix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.