Hi Airbyte team,
First, thanks a lot for developing this project!
I have a question regarding logs. We'd like to create a Slack alerting which would ping specific data owners (1 connection = 1 owner) when something bad happens when syncing. So far, we:
• sent our logs to an external monitoring tool ✅
• when a sync has a failed status in worker logs, it triggers a slack message in a specific channel ✅
• however, we're missing the "get the connection/config id" in the sync summary log, that would allow us to make the connection to a data owner (stored in a table) ❌
For now, the only solution that I see is to get the jobid (which is in the sync summary) & use the API to get the corresponding configid. By any chance, do you see a better way to retrieve the connection/configid in the sync summary logs?
Thanks!