You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
it should be possible to run these tools without having to run dvc.
we should need a proper CLI interface, with typer, click, or with something else (just getopt)
The text was updated successfully, but these errors were encountered: