Hi GrotesqueDog77
and after some time I want to delete artifact with
You can simply upload with the same local file name and same artifact name, it will override the target storage. wdyt?
Do you have a code snippet that reproduces this?
Hello everyone! I'm trying to add functionality where I need to rotate artifacts. Psedocode:task = Task(...) task.upload_artifact(path)
and after some time I want to delete artifact withtask.delete_artifacts(artifact_names)
this one is working and I see in the UI that artifacts are removed.
BUT
when I want to upload new one withtask.upload_artifact(path)
it restores all deleted ones. Does anyone have idea why this can happen?
Hi GrotesqueDog77
and after some time I want to delete artifact with
You can simply upload with the same local file name and same artifact name, it will override the target storage. wdyt?
Do you have a code snippet that reproduces this?