diff --git a/module_0/feature_repo_gcp/features.py b/module_0/feature_repo_gcp/features.py index 7c4ef4b..e23e371 100644 --- a/module_0/feature_repo_gcp/features.py +++ b/module_0/feature_repo_gcp/features.py @@ -12,7 +12,7 @@ driver_hourly_stats_view = FeatureView( name="driver_hourly_stats", description="Hourly features", - entities=["driver"], + entities=[driver], ttl=timedelta(seconds=8640000000), schema=[ Field(name="conv_rate", dtype=Float32),