Skip to content

Commit

Permalink
Fix to reference the right instance job object (#1599)
Browse files Browse the repository at this point in the history
Signed-off-by: Jules Damji <dmatrix@comcast.net>
  • Loading branch information
dmatrix authored and woop committed Jun 7, 2021
1 parent 2b89571 commit d74980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def get_historical_features(
>>> entity_df="SELECT event_timestamp, order_id, customer_id from gcp_project.my_ds.customer_orders",
>>> feature_refs=["customer:age", "customer:avg_orders_1d", "customer:avg_orders_7d"]
>>> )
>>> feature_data = job.to_df()
>>> feature_data = retrieval_job.to_df()
>>> model.fit(feature_data) # insert your modeling framework here.
"""

Expand Down

0 comments on commit d74980a

Please sign in to comment.