feathr-ai/feathr

Add type check for all the registry tags

Open

#256 aperta il 13 mag 2022

Vedi su GitHub
 (8 commenti) (0 reazioni) (1 assegnatario)Scala (244 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (1929 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor