meltano / squared

Where the Meltano team runs Meltano! Get it???
24 stars 6 forks source link

Count of mentions for taps and targets in slack, overall and per channel #2

Open MeltyBot opened 2 years ago

MeltyBot commented 2 years ago

Migrated from GitLab: https://gitlab.com/meltano/squared/-/issues/2

Originally created by @aaronsteers on 2021-11-01 23:37:51


@pnadolny13 and @tayloramurphy

In another thread, Derek pulled this metric:

Search slack for psycopg2 there's 110 messages across 5 channels, 7 people.

I'd love to see a dbt transform that takes our slack message history and searches for:

  1. all known taps and targets (a full list can be pulled from Hub json endpoint or yaml source).
  2. all listed variant owners (e.g. transferwise, meltanolabs, etc.; as above, this can be gotten from machine-readable sources).
  3. certain known problem words like python 3.10, psycopg2, etc. when they can be indicative of user issues.

Happy to contribute time to this but wanted to get it logged.

Known caveats: These metrics of course would have lots of false positives, and can't be used on its own for decision making or a "wall of shame" per se (because volume of users on the best taps will naturally also create more mentions). The idea is to provide directional feedback and a lens to observe improvements and changes over time.

Other thoughts:

Example use case:

MeltyBot commented 2 years ago

View 5 previous comments from the original issue on GitLab