Skip to content

DVC Split Module Files #871

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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