Connector Improvement: GitHub - Add draft timestamps to pull_request table
Currently, GitHub logs marking a pull request as a Draft and as Ready for Review as separate events, with an event tag at the end of the PR url (ex: #event-4630339563). The current ERD for GitHub includes a binary `draft` column in the pull_requests table, but it does not include event timestamps for when a pull request is marked or unmarked as such.
Can you look into adding distinct timestamps for when the status of a pull request changes, specifically between Draft and Ready for Review? It would be beneficial to keep track of how long a PR was set in either status. Thanks!
-
+1 on this. Please add all the timestamps, like created_at, closed_at and merged_at. It would be great to be able to analyze when events are occurring in GitHub.
-
+1 to this. We are trying to get more insight into our software lifecycle and we are unable to do so without comprehensive Github events. At this point we are at the stage of scoping to bring this in house rather than using Fivetran.
Please sign in to leave a comment.
Comments
2 comments