Views
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
CData Python Connector for Anaplan Views
| Name | Description |
| ExportMetadata | Retrieves detailed metadata for a specific export definition, including column names, data types, and row count estimates. |
| Exports | Retrieves information about export definitions within a model. |
| ExportTaskDetails | Retrieves detailed status for a specific export task, including progress, result, and failure information. |
| ExportTasks | Retrieves tasks for export definitions. |
| ModelFileChunks | Retrieves the chunks for a file. Use to download large files in parts. |
| ModelFiles | Retrieves import and export files for a model. Export files have fewer metadata properties than import files. |
| Models | Returns information about models in the user’s default tenant, showing all models for Workspace Administrators and only accessible models for other users. |
| Workspaces | Retrieves all workspaces a user has access to within the user's default tenant. |