feathr-ai/feathr

Add type check for all the registry tags

开放

#256 创建于 2022年5月13日

 (8 条评论) (0 个反应) (1 位负责人)Scala (244 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (1,929 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently the registry tags are a dictionary format like this:

{"description":"this is a test feature"}

but user could easily do something else like

{"description", "this is a test feature"}

and the object will not be serialized as it's not a valid python dict. We should add a type check for that to avoid those kind of errors.

贡献者指南