Skip to content

DVC Split Module Files #871

@andycui97

Description

@andycui97

Currently DVC pipelines use the same module file and have multiple task files calling functions from the module file.

This is not desired behavior as it causes the DVC cache to recompute all the tasks if any changes are made to the shared module file.

We should split the module file up. Possible approaches may be to write the module file's functions directly in the corresponding task file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions