Skip to content

Feature/client diversity#64

Merged
pingwindyktator merged 11 commits intodevelopfrom
feature/client-diversity
Mar 5, 2025
Merged

Feature/client diversity#64
pingwindyktator merged 11 commits intodevelopfrom
feature/client-diversity

Conversation

@pingwindyktator
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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