Skip to content

Commit c9dd4c9

Browse files
committed
Fix line wrap in python feature server
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 631cf89 commit c9dd4c9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

misc_samples/python_feature_server.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ Registered feature view driver_hourly_stats
99
Deploying infrastructure for driver_hourly_stats
1010

1111
$ feast materialize-incremental $(date +%Y-%m-%d)
12-
Materializing 1 feature views to 2021-09-09 17:00:00-07:00 into the sqlite online store.
12+
Materializing 1 feature views to 2021-09-09 17:00:00-07:00 into the sqlite
13+
online store.
1314

1415
driver_hourly_stats from 2021-09-09 16:51:08-07:00 to 2021-09-09 17:00:00-07:00:
1516
100%|████████████████████████████████████████████████████████████████| 5/5
1617
[00:00<00:00, 295.24it/s]
1718

1819
$ feast serve
19-
# This is an experimental feature. It's intended for early testing and feedback, and could
20-
# change without warnings in future releases.
20+
# This is an experimental feature. It's intended for early testing and feedback,
21+
# and could change without warnings in future releases.
2122
INFO: Started server process [8889]
2223
09/10/2021 10:42:11 AM INFO:Started server process [8889]
2324
INFO: Waiting for application startup.
2425
09/10/2021 10:42:11 AM INFO:Waiting for application startup.
2526
INFO: Application startup complete.
2627
09/10/2021 10:42:11 AM INFO:Application startup complete.
2728
INFO: Uvicorn running on http://127.0.0.1:6566 (Press CTRL+C to quit)
28-
09/10/2021 10:42:11 AM INFO:Uvicorn running on http://127.0.0.1:6566 (Press CTRL+C to quit)
29+
09/10/2021 10:42:11 AM INFO:Uvicorn running on http://127.0.0.1:6566
30+
(Press CTRL+C to quit)

0 commit comments

Comments
 (0)