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

Feature/client diversity #64

Merged
merged 11 commits into from
Mar 5, 2025
Merged

Conversation

pingwindyktator
Copy link
Collaborator

No description provided.

Comment on lines +1 to +5
with "clients_per_allocator" as (select "week" as "week",
count(distinct "client") as "clientsCount",
sum("sum_of_allocations") as "totalDatacap"
from "client_allocator_distribution_weekly"
group by "allocator", "week")
Copy link
Collaborator

Choose a reason for hiding this comment

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

allocators_weekly already has all this.

Comment on lines +1 to +5
with "clients_per_allocator" as (select "week" as "week",
count(distinct "client") as "clientsCount",
sum("sum_of_allocations") as "totalDatacap"
from "client_allocator_distribution_weekly_acc"
group by "allocator", "week")
Copy link
Collaborator

Choose a reason for hiding this comment

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

allocators_weekly_acc already has all this.

@pingwindyktator pingwindyktator merged commit 01553ae into develop Mar 5, 2025
5 checks passed
@pingwindyktator pingwindyktator deleted the feature/client-diversity branch March 5, 2025 10:53
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