Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
bubriks committed Nov 20, 2024
1 parent 0d0757d commit 66aae45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsfs/engine/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ def _write_dataframe_kafka(
topic_name=feature_group._online_topic_name,
feature_store_id=feature_group.feature_store_id,
offline_write_options=offline_write_options,
high=True,
high=False,
)
now = datetime.now(timezone.utc)
feature_group.materialization_job.run(
Expand Down

0 comments on commit 66aae45

Please sign in to comment.