feathr-ai / feathr-ai/feathr

Add guardrails for materialize different keys

未关闭
#529 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
good first issue python
主要语言
Scala
星标
1.9k
派生
247
PR 合并指标
30 天内没有已合并 PR

描述

In theory, we can't materialize features of different keys into same online table as tables are always keyed by same key.

In the documentation, we do warn users not to materialize different keys to same table.

Right now, if users materialize features to the same table, a random group of the same key will materialize to the table. The other different groups will be discarded. The documentation is not fool-proof enough, so we should throw exception when users do this.

The code to modify is: https://github.com/linkedin/feathr/blob/main/feathr_project/feathr/client.py#L558

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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