Skip to content

Commit b4412b8

Browse files
authored
Update featurestore.md
1 parent e45fc3b commit b4412b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

featurestore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Concatenation is useful in production settings when we either want to evolve str
223223
- If a feature group was developed starting with a streaming feature group and we want to replace past data, we can concatenate data upto a certan point with a new batch data feature group.
224224

225225
```python
226-
streaming_feature_group_user_activity.concatenate_data(feature_group_id, merge_type='UNION', replaceUntilTimestamp=datetime(2021, 09, 01))
226+
streaming_feature_group_user_activity.concatenate_data(feature_group_id, merge_type='UNION', replace_until_timestamp=datetime(2021, 09, 01))
227227
```
228228

229229
- If we started with a batch feature group, built and deployed a final feature group that used this feature group, we can supplement it with realtime data for lookups with a streaming feature group.

0 commit comments

Comments
 (0)