Skip to content

Commit 43ea5ce

Browse files
hhhyunwoojfw-ppi
authored andcommitted
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> Signed-off-by: Jacob Weinhold <29459386+j-wine@users.noreply.github.com>
1 parent 7c8397b commit 43ea5ce

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)