BOUMELHA Adam
BOUMELHA Adam
I am encountering errors while attempting to install Feast. The intended configuration involves utilizing BigQuery as the offline store and DynamoDB as the online store. My question is: is it...
This is not an issue. We are currently working on developing a scalable architecture for our ranking system using Feast. As a backend, we are utilizing GCP for the offline...
## Expected Behavior let's say i have 2 feature views: ```python account_fv1 = FeatureView( name="account_fv1", entities=[account_entity, country_entity], ttl=timedelta(weeks=1 * 5), # Set to be very long for example purposes only...