Skip to content

Commit 149b832

Browse files
aniketpaluntkathole
authored andcommitted
Removed incorrext docstring
Signed-off-by: Aniket Paluskar <[email protected]>
1 parent 1f7f979 commit 149b832

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/python/feast/feature_store.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)