Skip to content

Commit 7d7df68

Browse files
cutoutsyntkathole
authored andcommitted
fix: fix path feature_definitions.py
Signed-off-by: cutoutsy <cutoutsy@gmail.com>
1 parent 5e9522a commit 7d7df68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ print(training_df.head())
498498
{% endtabs %}
499499
### Step 6: Ingest batch features into your online store
500500

501-
We now serialize the latest values of features since the beginning of time to prepare for serving. Note, `materialize_incremental` serializes all new features since the last `materialize` call, or since the time provided minus the `ttl` timedelta. In this case, this will be `CURRENT_TIME - 1 day` (`ttl` was set on the `FeatureView` instances in [feature_repo/feature_repo/feature_definitions.py](feature_repo/feature_repo/feature_definitions.py)).
501+
We now serialize the latest values of features since the beginning of time to prepare for serving. Note, `materialize_incremental` serializes all new features since the last `materialize` call, or since the time provided minus the `ttl` timedelta. In this case, this will be `CURRENT_TIME - 1 day` (`ttl` was set on the `FeatureView` instances in `feature_definitions.py`).
502502

503503
{% tabs %}
504504
{% tab title="Bash (with timestamp)" %}

0 commit comments

Comments
 (0)