We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160cd36 commit d1b56b6Copy full SHA for d1b56b6
sdk/python/feast/on_demand_feature_view.py
@@ -346,7 +346,7 @@ def from_proto(
346
],
347
sources=sources,
348
feature_transformation=transformation,
349
- mode=on_demand_feature_view_proto.spec.mode,
+ mode=on_demand_feature_view_proto.spec.mode or "pandas",
350
description=on_demand_feature_view_proto.spec.description,
351
tags=dict(on_demand_feature_view_proto.spec.tags),
352
owner=on_demand_feature_view_proto.spec.owner,
0 commit comments