squared
squared copied to clipboard
Meltano contribution slack message improvements
Follow on from https://github.com/meltano/squared/issues/479
Suggested improvements:
- Formatted as open and closed, not split by issues/PRs
- Add comment count to quickly know if they've gotten a response or not yet
- Split each activity to an individual slack message so we can comment on them or put emojis
- Increase frequency to multiple times a day - this relies on a dedup mechanism to be implemented like https://github.com/meltano/sdk/issues/161. Running the extract from github more frequently should be a problem.
My thoughts on this:
- 1 and 3 are at odds with each other. My opinion would be to do 3.
- For 2 - I'll have to check but I think we need a new issue_comments stream in order to do this one
- 4 - Once a dedup mechanism is available this is a trivial change to increase the schedule frequency and switch to incremental syncs. It would simplify the dbt model too since we dont need to look back -1 day once incremental is working.