Skip to content

Uploading Program or Data with directory structure #968

@Didayolo

Description

@Didayolo

When you upload a scoring program or an ingestion program in your Resources, you can either zip it with the directory structure:

scoring_program.zip
|-- scoring_program/
|---|-- score.py
|---|-- metadata

or without the directory structure:

scoring_program.zip
|-- score.py
|-- metadata

I think that right now only the second option works. We should make this more robust.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions