Hello,
I am trying to add a revision tag to the test model so I can compare and sync it to the production model.
However, the button to add the revision tag is disabled.
Please note that the model is in 'Deployed Mode'.
Hi @abhishah
The revision tag is a structural snapshot of the model and it is used to sync any model changes from dev to test/prod environment ,
since your test model is in deployed mode , structural changes cannot be made to it hence revision tag cannot be added ,
Is there a development model which is used to develop the functionality and then synced to test/prod models , if so , then you can directly synchronize the revision tag from dev to prod which is there in the test model as the structure for the models will be compatible if sync has happened in test and need to be pushed to production.
Thank you for your quick response. Here is what I did:
1. Copied Prod model to Test.
2. Prod model I think was in deployed mode already when I copied over.
3. Apply all the changes that I need to and now I want 'compare and sync' with the prod model.
Is there an easier way to do that?
hi @abhishah
Well this the best method , if the test is in sync and the functionality is working as expected , means you can move the changes made in dev to prod via ' compare and sync' .
In prod model sync , you will be able to see the compatible source model and the RTs available to sync to prod , so you can select which RT to sync to prod ( in case multiple RTs available in dev model after last sync to prod ) ,
Thanks
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…