-
Re: Using Python results in Anaplan
In order to download those modules, you simply need to use the pip (or pip3 depending which version of Python you're using) utility to fetch them. To obtain a keypair (public and private key), please…1 -
Re: incremental synchronization
There are a few ways to go about only loading deltas. If you can track this in your data source (MySQL, SAP, etc), it offloads the burden to your database. If not, you can do a full load into a data …1 -
Re: Error in importing CA Certificate
Did you also review our article for procuring a CA certificate? It has detailed instructions for the specifics required. If not, you should contact the certificate authority who provided the s/mime c…1 -
Re: Ghost Models?
Hi Kayne, I hope Paula's suggestion helps you get access to those models so you're able to manage them. I wanted to follow up with a little more information about this. When a new user is added to a …2 -
Re: import task id
The Task ID is a unique, 32 character alpha-numeric string that is randomly generated every time you run an action. So, even in the same model, you will get a unique value for each run. The ID of the…2