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(
18851885 allow_registry_cache (optional): Whether to allow retrieving feature views from a cached registry.
18861886 transform_on_write (optional): Whether to transform the data before pushing.
18871887
1888- Raises:
1889- ValueError: If the dataframe is empty (has no rows) or if feature columns are empty.
18901888 """
18911889
18921890 feature_view , df = self ._get_feature_view_and_df_for_online_write (
@@ -1932,8 +1930,6 @@ async def write_to_online_store_async(
19321930 inputs: Optional the dictionary object to be written
19331931 allow_registry_cache (optional): Whether to allow retrieving feature views from a cached registry.
19341932
1935- Raises:
1936- ValueError: If the dataframe is empty (has no rows) or if feature columns are empty.
19371933 """
19381934
19391935 feature_view , df = self ._get_feature_view_and_df_for_online_write (
You can’t perform that action at this time.
0 commit comments