Skip to content

Build models for engineering team metrics#2

Open
clrcrl wants to merge 3 commits intomainfrom
eng-team-metrics
Open

Build models for engineering team metrics#2
clrcrl wants to merge 3 commits intomainfrom
eng-team-metrics

Conversation

@clrcrl
Copy link
Copy Markdown
Collaborator

@clrcrl clrcrl commented Sep 1, 2021

Description and motivation

These models will be used for dashboards on engineering team velocity

Validation

Here's the query:

select
    date_trunc(merged_at, week)  as date_week,
    type,
    count(*) as number_of_prs,
    avg(days_open_to_merge) as avg_days_open_to_merge
from `graceful-creek-264520.dbt_claire.pull_requests`
where merged_at is not null
group by 1, 2
order by 1 desc

@clrcrl clrcrl changed the title Eng team metrics Build models for engineering team metrics Sep 2, 2021
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.

1 participant