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

data_parser.py unique key for jobs is broken #13

Open
RobertHa opened this issue Jun 1, 2020 · 0 comments
Open

data_parser.py unique key for jobs is broken #13

RobertHa opened this issue Jun 1, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@RobertHa
Copy link
Member

RobertHa commented Jun 1, 2020

For task sets with the same task occurring more than once, the Jobs table offers no information about whether the job information belongs to the first or second (or other) occurrence of a task within a taskset.

To fix this, I would propose to add another column to the jobs table, which will hold the task id, of the respective task, that was assigned by the TaskSet when the task was appended. This would make it possible to tell which of the occurrences a specific job belongs to.

@RobertHa RobertHa added the bug Something isn't working label Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants