feathr-ai/feathr

Add type check for all the registry tags

Open

#256 建立於 2022年5月13日

在 GitHub 查看
 (8 留言) (0 反應) (1 負責人)Scala (244 fork)batch import
good first issuehelp wanted

倉庫指標

Star
 (1,929 star)
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.

貢獻者指南