Its quite common for our use case that files which should go into dvc have the same extension (and that extension should not go into git according to our guidelines). For example: HDF5, pickle, etc.
Is that something you'd like to incorporate? eg via
- a value in
fds.domain.constants
- a configuration file in
$REPO_ROOT, or ~/.config/fds
- env var
- a cli flag
(or any combination of them, maybe overriding defaults given a preference order)
If it is, I'd like to take a shot at it, starting from here https://github.com/DAGsHub/fds/search?q=MAX_THRESHOLD_SIZE
While we're at it, is a configuration file in your horizon somewhere?
Its quite common for our use case that files which should go into dvc have the same extension (and that extension should not go into git according to our guidelines). For example: HDF5, pickle, etc.
Is that something you'd like to incorporate? eg via
fds.domain.constants$REPO_ROOT, or~/.config/fds(or any combination of them, maybe overriding defaults given a preference order)
If it is, I'd like to take a shot at it, starting from here https://github.com/DAGsHub/fds/search?q=MAX_THRESHOLD_SIZE
While we're at it, is a configuration file in your horizon somewhere?