feathr-ai/feathr

Add type check for all the registry tags

オープン

#256 opened on 2022/05/13

 (8 件のコメント) (0 件のリアクション) (1 人の担当者)Scala (244 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (1,929 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド