feathr-ai/feathr

Add type check for all the registry tags

Open

#256 geöffnet am 13. Mai 2022

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Scala (1.929 Stars) (244 Forks)batch import
good first issuehelp wanted

Beschreibung

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.

Contributor Guide