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

reduce dvc dependency #1

Open
kervel opened this issue Sep 14, 2022 · 0 comments
Open

reduce dvc dependency #1

kervel opened this issue Sep 14, 2022 · 0 comments

Comments

@kervel
Copy link
Contributor

kervel commented Sep 14, 2022

it should be possible to run these tools without having to run dvc.

  • we should not count on dvc pipeline to only run stuff when inputs changed. Instead, the scripts should be the equivalent of a no-op when all data is already up to date.
  • we should not rely on dvc parameters, or at least, make the reliance optional. we should be able to pass required classes on command line or as yaml file

we should need a proper CLI interface, with typer, click, or with something else (just getopt)

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