oonisim
oonisim
Please update the code to work wth the latest FEAST (or create a branch).
Thanks for the update and suggestion.
# Workaround ``` credit_history = FeatureView( name="credit_history", # entities=["dob_ssn"], entities=[dob_ssn], # Extending TTL from 90 to 3650 (same with zipcode_features FeatureView) # KeyError: 'event_timestamp' # https://github.com/feast-dev/feast-aws-credit-scoring-tutorial/issues/11 # ttl=timedelta(days=90), ttl=timedelta(days=3650), #
Please explain the cause and proper solution.