tasks.file_group#

Module Contents#

Classes#

FileGroupTask

Task representing a group of files to be read. This is created during the planning phase and passed to reader stages.

API#

class tasks.file_group.FileGroupTask#

Bases: tasks.tasks.Task[list[str]]

Task representing a group of files to be read. This is created during the planning phase and passed to reader stages.

data: list[str]#

‘field(…)’

property num_items: int#

Number of files in this group.

reader_config: dict[str, Any]#

‘field(…)’

validate() bool#

Validate the task data.