Hi I'm new in Feast
I'm following Quickstart section.
I run code step by step, however at Step 3e: Using a feature service to fetch online features instead., I stuck with a issue
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
[/tmp/ipykernel_105582/1668967177.py](https://file+.vscode-resource.vscode-cdn.net/tmp/ipykernel_105582/1668967177.py) in <cell line: 0>()
1 driver_stats_fs = FeatureService(
----> 2 name="driver_activity_v1", features=[driver_hourly_stats_view]
3 )
NameError: name 'driver_hourly_stats_view' is not defined
How can I overcome this?
Thanks a lot!