-
Notifications
You must be signed in to change notification settings - Fork 16
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
add: libin
diagram first iteration
#2541
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approved! please merge responsibly 😄
Test deployment unnecessary, no dbt files have been changed. |
and events.bucket_day = @metrics_end('DATE') | ||
and events.from_artifact_id not in ( | ||
select distinct from_artifact_id | ||
from metrics.events_daily_to_artifact |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this would work pretty well! Not sure how well it would perform but if in my testing it doesn't perform well i'll try to do a join against the first_of_event_from_artifact
table.
80a9b1a
to
21c51b3
Compare
c1f82b2
to
c7c35d5
Compare
I'm going to remove the |
This PR closes #837 by adding a
libin
diagram metric. It divides contributors intofull_time_contributors
,first_time_contributors
,part_time_contributors
andchurned_contributors
. Then, it computes the count of developers transitioning from one field to another, e.g.churned
tofull-time
, for a monthly window.Still WIP, needs triage, cc @ravenac95