From 8eb441e1f71560447dfaf6c77546a22c30d1d29e Mon Sep 17 00:00:00 2001 From: kshitiz8 Date: Fri, 10 Mar 2023 20:38:16 -0800 Subject: [PATCH] Fixes TypeError Signed-off-by: Kshitiz Tripathi --- module_0/feature_repo_gcp/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),