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
Describe the solution you'd like
There are two formats of entity, i.e., ContextEntity and ContextEntityKeyValues. It will be good to have conversion methods (like to_keyvalues and to_normalized) locally.
Additional context
Be aware that the ContextEntity inherits ContextEntityKeyValues. Therefore, the to_normalized() method must be deactivated in class.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
There are two formats of entity, i.e.,
ContextEntity
andContextEntityKeyValues
. It will be good to have conversion methods (liketo_keyvalues
andto_normalized
) locally.Additional context
Be aware that the
ContextEntity
inheritsContextEntityKeyValues
. Therefore, theto_normalized()
method must be deactivated in class.The text was updated successfully, but these errors were encountered: