Description
The native dataset manager script (native/dataset_manager.py) is currently unable to remove archives because it hasn't been updated to use the new in-container path (/var/data) introduced in the Docker Compose migration.
Root Cause
The script still relies on the previous direct host-to-container path mapping instead of the new container path structure.
Related
Expected Fix
Update native/dataset_manager.py and related native scripts to use the correct in-container paths that align with the Docker Compose deployment model.