rstudio / pointblank

Data quality assessment and metadata reporting for data frames and database tables
https://rstudio.github.io/pointblank/
Other
857 stars 53 forks source link

Include a notification function that integrates with Slack #75

Open jenniferp96 opened 4 years ago

jenniferp96 commented 4 years ago

Thanks for making this package! It's very helpful and I got a few validation processes running smoothly in production (no issues with that at all).

I like the email notifier that's included and something along the same lines is a Slack notifier, which would be a great addition! Would that be a feature you're willing to add in?

rich-iannone commented 4 years ago

I can do it! Thanks for the feature request!

bronsonpetersa commented 4 years ago

Thank you for making this feature a possibility. I would use this a lot.

jenniferp96 commented 4 years ago

Thanks! Looking forward to this!

kylelundstedt commented 3 years ago

Hi @rich-iannone,

Just an FYI - it looks like the slackr package is shaping up quite nicely. Perhaps it will be helpful in your work on this issue?

Thanks again for pointblank!

rich-iannone commented 3 years ago

@kylelundstedt absolutely, and I was waiting on this issue to see how far slackr would be progressing in its rewrites. I think a new version hit CRAN recently so I’ll test it out after the next release of pointblank. If it works well, I’ll create an adapter function that uses slacker for notifications.