-
Notifications
You must be signed in to change notification settings - Fork 24
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] Label History Model #46
Comments
Hey @jon-openspace thanks for reaching out about this feature request! I definitely see the value in having historical records of when labels were applied. The Github connector does not support history mode, however I'm assuming you plan to It seems that you're open to contributing to this feature which is great news! Would you be able to schedule some time in our office hours so we can discuss specifics of how that will be represented in our package? |
Here's how I do the staging model (I believe this would go into the dbt_github_source package)
|
Here's how I do the "Time in Label" Model. This gets joined to your existing github__pull_requests model. I believe this would only work with Snowflake, so you would need to make it Warehouse Agnostic.
|
Finally, I have an Intermediate Model to Pivot the above model.
|
Thanks @jon-openspace for following up with this after our call! We'll be taking a look and hopefully bring it in in an upcoming sprint! |
Is there an existing feature request for this?
Describe the Feature
We use GitHub Labels to mark important milestones, and folks want to be able to quickly look up:
Describe alternatives you've considered
I've built out this type of model for Jira Issue Time in Status before, so my current plan is to just re-do that with PR/Issue Labels.
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: