File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1885,8 +1885,6 @@ def write_to_online_store(
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
1887
1888
- Raises:
1889
- ValueError: If the dataframe is empty (has no rows) or if feature columns are empty.
1890
1888
"""
1891
1889
1892
1890
feature_view , df = self ._get_feature_view_and_df_for_online_write (
@@ -1932,8 +1930,6 @@ async def write_to_online_store_async(
1932
1930
inputs: Optional the dictionary object to be written
1933
1931
allow_registry_cache (optional): Whether to allow retrieving feature views from a cached registry.
1934
1932
1935
- Raises:
1936
- ValueError: If the dataframe is empty (has no rows) or if feature columns are empty.
1937
1933
"""
1938
1934
1939
1935
feature_view , df = self ._get_feature_view_and_df_for_online_write (
You can’t perform that action at this time.
0 commit comments