Skip to content

Add a total weight aggregate to Issues, Stats per Project and Stats Per Label Meltano Models

This MR applies the updates from model-gitlab!10 (merged) to model-gitlab-ultimate

It adds a Total Issue Weight aggregate to gitlab_issues, gitlab_stats_per_label and gitlab_stats_per_project Meltano Table Models:

  1. Issues model (SUM the weight)
  2. Stats per Project (SUM the total_issue_weight)
  3. Stats per Label (SUM the total_issue_weight)

Merge request reports