AbsaOSS / AbsaOSS/EventGate

Add one more field into the job runs schema, for Atum measurements

未关闭
#169 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Python
星标
4
派生
0
平均合并
1 天 5 小时
30 天内合并 PR
8

描述

### Feature Description

There is Atum Service: https://github.com/AbsaOSS/atum-service we use within our ecosystem to perform various metrics calculations against the processed data, such as record counts.

The EventGate is common integration point between our applications and can hold references to Atum measurements in the message; for this, we talked that the schema can be adjusted by creating a new field under the jobs, maybe `atum_measurements` or something like that.

This should be an optional field, basically a JSON, similar to `additional_info` which we did not selected for this because it can contain much more, and application-specific info. But the `atum_measurements` is relatively directed and well-formatted (the format is outside of the scope of this ticket and even EventGate).

### Problem / Opportunity

Being informed about the record counts / measurements on the jobs' messages side can provide insight for our customers and convenient, consistent usage.

### Acceptance Criteria

The job runs schema contains one more optional attribute for capturing atum measurements in some format.
Consider adding this into the PG DB for reference, same as `additional_info` attribute.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。