Skip to content

Commit

Permalink
after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 26, 2022
1 parent 9d1eb1a commit ede26b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/passthrough_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def retrieve_feature_service_logs(
data_source=logging_config.destination.to_data_source(),
join_key_columns=[],
feature_name_columns=columns,
event_timestamp_column=ts_column,
timestamp_field=ts_column,
start_date=start_date,
end_date=end_date,
)

0 comments on commit ede26b2

Please sign in to comment.