We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4330251 commit bcb9af4Copy full SHA for bcb9af4
docs/user-guide/feature-sets.md
@@ -52,7 +52,7 @@ cust_trans_fs = FeatureSet.from_yaml("customer_transactions_feature_set.yaml")
52
client.apply(cust_trans_fs)
53
54
# Load feature data into Feast for this specific feature set
55
-client.ingest(cust_trans_fs, customer_data)
+client.ingest(cust_trans_fs, customer_df)
56
```
57
58
{% hint style="info" %}
0 commit comments