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

Allow multiple workflow versions to be aggregated together #286

Open
CKrawczyk opened this issue Apr 14, 2020 · 1 comment
Open

Allow multiple workflow versions to be aggregated together #286

CKrawczyk opened this issue Apr 14, 2020 · 1 comment

Comments

@CKrawczyk
Copy link
Collaborator

This would require an input of both at min and max workflow version (major and minor) and changing the code here https://github.com/zooniverse/aggregation-for-caesar/blob/master/panoptes_aggregation/scripts/extract_panoptes_csv.py#L107-L110

@CKrawczyk
Copy link
Collaborator Author

Can use from packaging import version and version.parse to check between version bounds to make this easier. If this range covers more than one major version a warning should be given along the lines of

You are about to aggregate across multiple major workflow versions, are you sure the data structure is the same for all versions between {min_version} and {max_version}.

Not sure if this should be a blocking message or not. Also, an option should be added to silence this message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant