Skip to content

Commit 81677b2

Browse files
authored
fix: Fix space typo in push.md docs (feast-dev#5184)
fix: Update push.md to fix space typo Signed-off-by: Hyunwoo Kim <qrlagusdn@naver.com>
1 parent be3d85c commit 81677b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/reference/data-sources/push.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
## Description
44

5-
Push sources allow feature values to be pushed to the online store and offline store in real time. This allows fresh feature values to be made available to applications. Push sources supercede the
6-
[FeatureStore.write_to_online_store](https://rtd.feast.dev/en/latest/index.html#feast.feature_store.FeatureStore.write_to_online_store).
5+
Push sources allow feature values to be pushed to the online store and offline store in real time. This allows fresh feature values to be made available to applications. Push sources supercede the [FeatureStore.write_to_online_store](https://rtd.feast.dev/en/latest/index.html#feast.feature_store.FeatureStore.write_to_online_store).
76

87
Push sources can be used by multiple feature views. When data is pushed to a push source, Feast propagates the feature values to all the consuming feature views.
98

@@ -77,4 +76,4 @@ def feast_writer(spark_df):
7776
streamingDF.writeStream.foreachBatch(feast_writer).start()
7877
```
7978

80-
This can also be used under the hood by a contrib stream processor (see [Tutorial: Building streaming features](../../tutorials/building-streaming-features.md))
79+
This can also be used under the hood by a contrib stream processor (see [Tutorial: Building streaming features](../../tutorials/building-streaming-features.md))

0 commit comments

Comments
 (0)