You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that new api 'Field' will take place of 'Feature' in 0.21+ feast. but Field only have 'name' and 'dtype' parameters. The parameter 'labels' is disappeared.
In my use case 'labels' is very import. 'labels' stores the default value, descriptions,and other things. for example
Thanks for the feedback @hsz1273327 , this was definitely an oversight. We're planning on adding this back in soon (but we may be possibly changing the name of this field to tags to more accurately convey the purpose of the field).
@hsz1273327 If you are planning to switch to Field from Feature, we deprecated the label parameter in place of tags. However, the Feature object still contains the normal label.
I found that new api 'Field' will take place of 'Feature' in 0.21+ feast. but
Field
only have 'name' and 'dtype' parameters. The parameter 'labels' is disappeared.In my use case 'labels' is very import. 'labels' stores the default value, descriptions,and other things. for example
So please keep the parameter 'labels' in Field api
The text was updated successfully, but these errors were encountered: