Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DVC Split Module Files #871

Open
andycui97 opened this issue Jan 10, 2023 · 1 comment
Open

DVC Split Module Files #871

andycui97 opened this issue Jan 10, 2023 · 1 comment

Comments

@andycui97
Copy link
Contributor

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.

@andycui97
Copy link
Contributor Author

cc: @pd-t ,

DVC implemented in : #765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant