kevin-hanselman / dud

A lightweight CLI tool for versioning data alongside source code and building data pipelines.
https://kevin-hanselman.github.io/dud/
BSD 3-Clause "New" or "Revised" License
183 stars 8 forks source link

add a `--leaves-only` option to only operate on stages without downstream dependencies #167

Open kevin-hanselman opened 1 year ago

kevin-hanselman commented 1 year ago

Sometimes you may not care about upstream stages; for example, fetching and/or checking out intermediate artifacts may be unnecessary if you're only interested in using the final product. (TODO: Are there other cases where --leaves-only would be beneficial?)