feathr-ai / feathr-ai/feathr

Add type check for all the registry tags

Open
#256 8 comments 0 reactions 1 assignee Claimed by @moupriyaroy25 View on GitHub
good first issue help wanted
Dominant language
Scala
Stars
1.9k
Forks
247
PR merge metrics
No merged PRs in 30d

Description

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.