-
Notifications
You must be signed in to change notification settings - Fork 79
add analysis id to validate parameters #3497
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
Conversation
lucaspatel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a minor reorganization, LGTM
qiita_db/processing_job.py
Outdated
| ) | ||
| if len(data_type) != 1: | ||
| raise ValueError( | ||
| f"Not valida parents data_types: {data_type}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
lucaspatel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me, though be mindful of security concerns here
| samples : dictionary of lists | ||
| samples and the artifact id they come from in form | ||
| {artifact_id: [sample1, sample2, ...], ...} | ||
| overwrite_lock : bool, optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sure you have good reason for this, but this seems potentially unsafe.
No description provided.