Skip to content

Commit

Permalink
remove unused feature
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
achals committed Aug 17, 2021
1 parent dd2c69b commit ec9fdd1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def create_customer_daily_profile_feature_view(source):
Feature(name="current_balance", dtype=ValueType.FLOAT),
Feature(name="avg_passenger_count", dtype=ValueType.FLOAT),
Feature(name="lifetime_trip_count", dtype=ValueType.INT32),
# Feature(name="avg_daily_trips", dtype=ValueType.INT32),
],
batch_source=source,
ttl=timedelta(days=2),
Expand Down

0 comments on commit ec9fdd1

Please sign in to comment.