Model management tools
Hello,
Are there any inherent model management tools available in Pyramid ?
In essence, if I have models in UAT and Production and I want to get Production updated from UAT as part of a promotion but want to generate a diff that shows what changes are being promoted, is there a tool that will let me do a diff between 2 models ?
I probably can do this SQL running a query against the metadata but before I go that route was wondering if there is a tool
Thanks
Mad
3 replies
-
Along the same note, is it possible to get a listing of all the tables and the joins in the model ?
I tried to do an export from the Editor View but it did not seem to give me a list of all the tables and the joins I see on the Editor view
-
Hi,
What you can do with existing functionality is:
1. Export the data catalogs from model ( Json file ) and compare for:
- tables- columns
- display names
2. Export the data catalogs from discovery ( PDF file ) and compare for:
- measure aggregation