Closed dmartinol closed 6 days ago
This PR adds object store persistence configuration options to the FeatureStore CRD.
apiVersion: feast.dev/v1alpha1 kind: FeatureStore metadata: name: sample-s3-registry spec: feastProject: my_project services: onlineStore: persistence: file: path: /data/online_store.db offlineStore: persistence: file: type: dask registry: local: persistence: file: path: s3://bucket/registry.db s3_additional_kwargs: ServerSideEncryption: AES256 ACL: bucket-owner-full-control CacheControl: max-age=3600
Relates to https://github.com/feast-dev/feast/issues/4561
@tchughesiv @redhatHameed FYI
What this PR does / why we need it:
This PR adds object store persistence configuration options to the FeatureStore CRD.
Which issue(s) this PR fixes:
Relates to https://github.com/feast-dev/feast/issues/4561