Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Sep 25, 2024
1 parent 68ff6fc commit 535ecc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/python/feast/infra/passthrough_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ def ingest_df(
for entity in feature_view.entity_columns
}
rows_to_write = _convert_arrow_to_proto(table, feature_view, join_keys)
print(rows_to_write)
# List[Tuple[EntityKeyProto, Dict[str, ValueProto], datetime, Optional[datetime]]]

self.online_write_batch(
self.repo_config, feature_view, rows_to_write, progress=None
Expand Down

0 comments on commit 535ecc0

Please sign in to comment.