Skip to content

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

This MR 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)

Closes #7 (closed)

Merge request reports