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

Remove repository method name aliases #31

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

karlhigley
Copy link
Collaborator

@karlhigley karlhigley commented Aug 13, 2024

We put these in for backward compatibility while we updated the other repos which will soon be complete, so we're ready to remove the aliases.

Depends on https://github.com/CCRI-POPROX/poprox-platform/pull/135 and CCRI-POPROX/poprox-web#3

We put these in for backward compatibility while we updated the other repos which will soon be complete, so we're ready to remove the aliases.
@karlhigley karlhigley requested a review from kluver August 13, 2024 15:27
@karlhigley karlhigley self-assigned this Aug 13, 2024
@@ -93,11 +93,11 @@ def fetch_unassigned_accounts(self, start_date: date, end_date: date):
group_ids = self._id_query(group_query)

# Find the users allocated to those groups
allocation_query = select(allocation_tbl.c.account_id).where(allocation_tbl.c.group_id.in_(group_ids))
allocation_account_ids = self._id_query(allocation_query)
assignment_query = select(assignment_tbl.c.account_id).where(assignment_tbl.c.group_id.in_(group_ids))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure we made this change a while ago. Maybe we're just not using this function?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's exactly it—we haven't tried to do anything with experiment assignments since the change happened

@karlhigley karlhigley marked this pull request as ready for review August 13, 2024 17:56
@karlhigley karlhigley merged commit 593b921 into main Aug 13, 2024
2 checks passed
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