I tried doing a CRON task to maintain a locallly up to date copy of a remotely updated dataset using dandi download --sync but the job failed because it needed to delete some assets, which lead to the prompt
https://github.com/dandi-compute/submitter/actions/runs/24251099157/job/70810393275#step:2:110
which failed due to being in a headless environment
Normally, a CLI would have a --yes flag to auto-respond to interactions positively but no such flag was found here
I tried doing a CRON task to maintain a locallly up to date copy of a remotely updated dataset using
dandi download --syncbut the job failed because it needed to delete some assets, which lead to the prompthttps://github.com/dandi-compute/submitter/actions/runs/24251099157/job/70810393275#step:2:110
which failed due to being in a headless environment
Normally, a CLI would have a
--yesflag to auto-respond to interactions positively but no such flag was found here