CData Python Connector for Anaplan

Build 26.0.9655

ModelFileChunks

Retrieves the chunks for a file. Use to download large files in parts.

Table-Specific Information

Select

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

  • FileId supports the '=' comparison operator.
  • ModelId supports the '=' comparison operator.
  • WorkspaceId supports the '=' comparison operator.

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

SELECT * FROM [ModelFileChunks] WHERE [FileId] = '123' AND [ModelId] = '456' AND [WorkspaceId] = '789'

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

Columns

Name Type References Description
Id [KEY] String The chunk index (0-based).
FileId [KEY] String

ModelFiles.Id

The ID of the file.
ModelId [KEY] String

Models.Id

The ID of the model.
WorkspaceId String

Workspaces.Id

The ID of the workspace.
Name String The name of the chunk (e.g., Chunk 0).

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