There was an error while loading. Please reload this page.
1 parent 9e9e290 commit b5648f0Copy full SHA for b5648f0
1 file changed
sdk/python/feast/feature_view.py
@@ -219,7 +219,7 @@ def to_proto(self) -> FeatureViewProto:
219
220
batch_source_proto = self.batch_source.to_proto()
221
if batch_source_proto is not None:
222
- batch_source_proto.data_source_class_type = f"{self.batch_source.__class__.__module__}.{self.batch_source.__class__.__name__}"
+ batch_source_proto.data_source_class_type = f"{self.batch_source.__class__.__module__}.{self.batch_source.__class__.__name__}"
223
224
stream_source_proto = None
225
if self.stream_source:
0 commit comments