Reputation
Badges 1
2 × Eureka!I'm getting it by $ clearml-data get --id <id> --copy <local_path>
and then this is the log output of $ clearml-data remove --id <id> --files <files>
` clearml-data - Dataset Management & Versioning CLI
Removing files/folder from dataset id 2a0eb9ab619c442abc204775f217d0b9
2022-09-19 13:44:12,964 - clearml.Task - ERROR - Action failed <400/110: tasks.add_or_update_artifacts/v2.10 (Invalid task status: expected=created, status=completed)> (task=2a0eb9ab619c442abc204775f217d0b9, ar...
hi CostlyOstrich36 , sorry, let me make it a bit more clear.
I simply upload a bunch of files as a new dataset using the Python API. Then using the CLI I get a local copy where I remove a few of the files. At this step, I tried both simply removing them from the file-system and then using $ clearml-data sync
, and also using $ clearml-data remove
. I get an error, invalid status, but the result is the same as I described above: file count was updated, but when I get a new local...