Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix typo
Signed-off-by: Chapman Siu <chapm0n.siu@gmail.com>
  • Loading branch information
NoRaincheck committed Jul 6, 2021
commit e7da44c8621fc47d5c8951be6a68a6eac230daf9
2 changes: 1 addition & 1 deletion sdk/python/feast/feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def to_proto(self) -> FeatureViewProto:
ttl_duration = Duration()
ttl_duration.FromTimedelta(self.ttl)

print(f"Stream soruce: {self.stream_source}, {type(self.stream_source)}")
print(f"Stream source: {self.stream_source}, {type(self.stream_source)}")
Comment thread
woop marked this conversation as resolved.
Outdated

spec = FeatureViewSpecProto(
name=self.name,
Expand Down