services/ui_backend_service/data/db/models/artifact_row.py [73:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "name": self.name,
                "location": self.location,
                "ds_type": self.ds_type,
                "sha": self.sha,
                "type": self.type,
                "content_type": self.content_type,
                "user_name": self.user_name,
                "attempt_id": self.attempt_id,
                "ts_epoch": self.ts_epoch,
                "tags": self.tags,
                "system_tags": self.system_tags,
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



