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
feast/feature_store.py:1440: error: Name 'FieldStatus.ValueType' is not defined
feast/feature_store.py:1493: error: Name 'FieldStatus.ValueType' is not defined
I suspect this issue was introduced by #2223, and is occurring due to some packages being out of date (most likely mypy-protobuf or something related). In particular, this kind of typing is described here, so it should be correct.
A probably related issue is that CI_REQUIRED contains mypy-protobuf==3.1.0 but DEV_REQUIRED contains mypy-protobuf==1.*.
Steps to reproduce
Specifications
Version:
Platform:
Subsystem:
Possible Solution
The text was updated successfully, but these errors were encountered:
Expected Behavior
make lint-python
should work on masterCurrent Behavior
make lint-python
yields the following error:I suspect this issue was introduced by #2223, and is occurring due to some packages being out of date (most likely
mypy-protobuf
or something related). In particular, this kind of typing is described here, so it should be correct.A probably related issue is that
CI_REQUIRED
containsmypy-protobuf==3.1.0
butDEV_REQUIRED
containsmypy-protobuf==1.*
.Steps to reproduce
Specifications
Possible Solution
The text was updated successfully, but these errors were encountered: