Skip to content

Commit

Permalink
adding unit test and merging changes
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Oct 5, 2024
1 parent 9aff889 commit eec9419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/on_demand_feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__( # noqa: C901
owner (optional): The owner of the on demand feature view, typically the email
of the primary maintainer.
write_to_online_store (optional): A boolean that indicates whether to write the on demand feature view to
the online store for faster retrieval.
the online store for faster retrieval.
"""
super().__init__(
name=name,
Expand Down

0 comments on commit eec9419

Please sign in to comment.