> For instance, is there any connector or featu...
# feedback-and-requests
s
For instance, is there any connector or feature that we're missing and that you would need?
You have a way I can be notified on Slack if AirByte has a problem with a particular sync job. That's nice, but it's not enough to tell me whether my jobs are running. If AirByte just stops running, or the server goes down or loses connectivity, I won't get any notification. We use Datadog for monitoring/alerting. So, for my Singer jobs: • I use dogwrap to send an event to Datadog • I configure some threshold (e.g. 'less than 5 successful within 24 hours' so I can get an alert if there's any problem at all (even something like the server going down) If I could send an event to Datadog for any successful jobs (not just for failed jobs), that would allow me to set up alert rules the same way we do for the rest of our infrastructure.
u
Would you be OK with setting up a custom DBT transformation project at the end of your sync? Then you can configure the post-hook / on-run-end hooks to send successful events: https://docs.getdbt.com/docs/building-a-dbt-project/hooks-operations
u
That seems like a decent solution. I'd have to add it to each new connection, right?