Skip to content

Commit

Permalink
Clarify this is mainly for Feast 0.9 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
adchia committed Feb 3, 2022
1 parent 63f458c commit ecd77c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Feast Spark

Contains
* Spark ingestion jobs for [Feast](https://github.com/feast-dev/feast)
* Spark ingestion jobs for [Feast](https://github.com/feast-dev/feast) versions 0.9 and below
* Feast Job Service
* Feast Python SDK Spark extensions

Expand Down Expand Up @@ -57,4 +57,4 @@ client.apply(entity, ft)

# Start spark streaming ingestion job that reads from kafka and writes to the online store
feast_spark.Client(client).start_stream_to_online_ingestion(ft)
```
```

0 comments on commit ecd77c8

Please sign in to comment.