OK. And like I mentioned, please consider https://dvc.org/doc/command-reference/import-url as another alternative. It will download the data and create a .dvc file for it, as if it was tracked with dvc add
, so you can use it as a dependency for further stages and have repro download it automatically if/when needed.