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

Fix filtering for omics records #245

Merged
merged 2 commits into from
Aug 31, 2024
Merged

Fix filtering for omics records #245

merged 2 commits into from
Aug 31, 2024

Conversation

scanon
Copy link
Collaborator

@scanon scanon commented Aug 30, 2024

This fixes a bug when using an allow list. Previously the scheduler would construct the query filter and pass that to the load_activities function. Now it passes the allow list as a set and lets that function create the query. This is cleaner and the internal function can now create the correct query depending on the collection type.

This fixes a bug when using an allow list.  Previously the scheduler
would construct the query filter and pass that to the load_activities
function.  Now it passes the allow list as a set and lets that function
create the query.  This is cleaner and the internal function can now
create the correct query depending on the collection type.
@scanon scanon changed the title Fix filtering for omics records WIP: Fix filtering for omics records - do not merge Aug 30, 2024
@scanon scanon changed the title WIP: Fix filtering for omics records - do not merge Fix filtering for omics records Aug 30, 2024
@aclum aclum self-requested a review August 30, 2024 17:08
@scanon scanon merged commit 683f178 into main Aug 31, 2024
1 check passed
@mbthornton-lbl mbthornton-lbl deleted the scanon/fix_filtering branch September 20, 2024 17:31
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

Successfully merging this pull request may close these issues.

2 participants