Skip to content

Commit ede26b2

Browse files
committed
after rebase
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent 9d1eb1a commit ede26b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/passthrough_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def retrieve_feature_service_logs(
260260
data_source=logging_config.destination.to_data_source(),
261261
join_key_columns=[],
262262
feature_name_columns=columns,
263-
event_timestamp_column=ts_column,
263+
timestamp_field=ts_column,
264264
start_date=start_date,
265265
end_date=end_date,
266266
)

0 commit comments

Comments
 (0)