Skip to content

Commit bcb9af4

Browse files
authored
Typo in feature sets example. (#894)
1 parent 4330251 commit bcb9af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/feature-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cust_trans_fs = FeatureSet.from_yaml("customer_transactions_feature_set.yaml")
5252
client.apply(cust_trans_fs)
5353
5454
# Load feature data into Feast for this specific feature set
55-
client.ingest(cust_trans_fs, customer_data)
55+
client.ingest(cust_trans_fs, customer_df)
5656
```
5757

5858
{% hint style="info" %}

0 commit comments

Comments
 (0)