Skip to content

Commit

Permalink
Default to true
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Nov 19, 2021
1 parent fbe0604 commit e51fe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def write_to_online_store(
self,
feature_view_name: str,
df: pd.DataFrame,
allow_registry_cache: bool = False,
allow_registry_cache: bool = True,
):
"""
ingests data directly into the Online store
Expand Down

0 comments on commit e51fe64

Please sign in to comment.