CData Python Connector for Anaplan

Build 26.0.9655

Models

Returns information about models in the user’s default tenant, showing all models for Workspace Administrators and only accessible models for other users.

Table-Specific Information

Select

The connector uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:

  • Id supports the '=' comparison operator.
  • WorkspaceId supports the '=' comparison operator.

For example, the following queries are processed server-side:

SELECT * FROM [Models] WHERE [Id] = '123'
SELECT * FROM [Models] WHERE [WorkspaceId] = '456'

The connector processes other filters client-side within the connector.

Columns

Name Type References Description
Id [KEY] String The unique identifier of the model.
WorkspaceId String

Workspaces.Id

The ID of the workspace the model belongs to.
Name String The name of the model.
WorkspaceName String The name of the workspace the model belongs to.
ActiveState String The current state of the model.
ModelUrl String The URL to access the model.
CategoryValues String An array of category values associated with the model.
IsoCreationDate Datetime The creation date of the model.
LastModified Datetime The date the model was last modified.
LastModifiedByUserGuid String The GUID of the user who last modified the model.
LastSavedSerialNumber String The serial number of the last saved version of the model.
MemoryUsage Long The memory usage of the model in bytes.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655