Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use yaml files for dataset definition files #908

Open
dkrako opened this issue Dec 11, 2024 · 1 comment
Open

use yaml files for dataset definition files #908

dkrako opened this issue Dec 11, 2024 · 1 comment
Labels
enhancement New feature or request essential important

Comments

@dkrako
Copy link
Contributor

dkrako commented Dec 11, 2024

Description of the problem

Currently, new datasets need to be implemented as abstract python classes. This creates a lot of overhead for dataset curators who only want to add their dataset to our library, but don't have any experience with python. The way our fields are defined in DatasetDefinition is overly complicated for the inexperienced user.

Description of a solution

It would be much easier to just use YAML files for defining the datasets instead of python classes inheriting from DatasetDefinition. YAML files are also very intuitive and human-readable

Minimum acceptance criteria

TODO

Sample Code

TODO

@dkrako dkrako added enhancement New feature or request essential important labels Dec 11, 2024
@SiQube
Copy link
Member

SiQube commented Dec 12, 2024

related to #905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request essential important
Projects
None yet
Development

No branches or pull requests

2 participants