Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Write logged features to an offline store (Python API) #2574

Merged
merged 16 commits into from
Apr 26, 2022
Prev Previous commit
Next Next commit
after rebase
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 26, 2022
commit ede26b2ad76a1579df14dde0cf298a13e0c094f0
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,
)