◐ Shell
clean mode source ↗

Support Decimal feature type

Is your feature request related to a problem? Please describe.
Currently, there is no equivalent for higher precision decimal value in feast for feature type.

Describe the solution you'd like
Support decimal.Decimal (https://docs.python.org/3/library/decimal.html) as feast feature type

Describe alternatives you've considered
Float or Double but when precision is critical, these won't cut it.