Skip to content

Pipeline Requirements Workspace File

laktory.models.pipeline.orchestrators.pipelinerequirementsworkspacefile.PipelineRequirementsWorkspaceFile ยค

Bases: WorkspaceFile, PipelineChild

Workspace File storing pipeline python requirements. Default values for path and access controls. Forced value for source.

ATTRIBUTE DESCRIPTION
access_controls

List of file access controls

TYPE: list[AccessControl]

path

Workspace filepath for the file. Overwrite rootpath and dirpath. Default value {settings.workspace_laktory_root}pipelines/{pl_name}/requirements.txt

TYPE: str