File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1884,7 +1884,6 @@ def write_to_online_store(
1884
1884
inputs: Optional the dictionary object to be written
1885
1885
allow_registry_cache (optional): Whether to allow retrieving feature views from a cached registry.
1886
1886
transform_on_write (optional): Whether to transform the data before pushing.
1887
-
1888
1887
"""
1889
1888
1890
1889
feature_view , df = self ._get_feature_view_and_df_for_online_write (
@@ -1929,7 +1928,6 @@ async def write_to_online_store_async(
1929
1928
df: The dataframe to be persisted.
1930
1929
inputs: Optional the dictionary object to be written
1931
1930
allow_registry_cache (optional): Whether to allow retrieving feature views from a cached registry.
1932
-
1933
1931
"""
1934
1932
1935
1933
feature_view , df = self ._get_feature_view_and_df_for_online_write (
You can’t perform that action at this time.
0 commit comments