Skip to content

Commit

Permalink
docs: Updated quickstart docs to import FeatureService (#2987)
Browse files Browse the repository at this point in the history
docs: updated quickstart docs to import FeatureService

Signed-off-by: Francisco Javier Arceo <arceofrancisco@gmail.com>
  • Loading branch information
franciscojavierarceo authored Aug 1, 2022
1 parent 2ef71fc commit 5358f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ online_store:

from datetime import timedelta

from feast import Entity, FeatureView, Field, FileSource, ValueType
from feast import Entity, FeatureService, FeatureView, Field, FileSource, ValueType
from feast.types import Float32, Int64

# Read data from parquet files. Parquet is convenient for local development mode. For
Expand Down

0 comments on commit 5358f0d

Please sign in to comment.