Skip to content

Commit 4d60b60

Browse files
jparthasarthygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 7b76130 commit 4d60b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ from feast.data_source import FileSource
8888
# production, you can use your favorite DWH, such as BigQuery. See Feast documentation
8989
# for more info.
9090
driver_hourly_stats = FileSource(
91-
path="/Users/jay/Projects/feast-10-test-2/test-apr13/feature_repo/data/driver_stats.parquet",
91+
path="/<cwd>/feature_repo/data/driver_stats.parquet",
9292
event_timestamp_column="datetime",
9393
created_timestamp_column="created",
9494
)

0 commit comments

Comments
 (0)