feast-workshop
feast-workshop copied to clipboard
A workshop with several modules to help learn Feast, an open-source feature store
Fix the ACL issue, mentioned in issue #18
It seems you no longer can attach ACL to buckets, see: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/223. I removed the following resource from `main.tf` and was able to deploy ```tf resource "aws_s3_bucket_acl" "feast_bucket_acl" { bucket...
create a new entity on the branch
Fixes: ``` TypeError: type of argument "entities" must be one of (List[feast.entity.Entity], NoneType); got list instead ```
This adds a new feature in driver_hourly_stats (as driver_hourly_stats_v2)
The import time of the library seems to be very high. ### Steps to reproduce: #### Import times with only feast installed Create a fresh virtual environment and install feast....