You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: infra/feast-operator/api/v1alpha1/featurestore_types.go
+5-6
Original file line number
Diff line number
Diff line change
@@ -114,8 +114,8 @@ var ValidOfflineStoreFilePersistenceTypes = []string{
114
114
115
115
// OfflineStoreDBStorePersistence configures the DB store persistence for the offline store service
116
116
typeOfflineStoreDBStorePersistencestruct {
117
-
// Type of the persistence type you want to use. Allowed values are: snowflake.offline, bigquery, redshift, spark, postgres, trino, redis, athena, mssql
@@ -130,7 +130,6 @@ var ValidOfflineStoreDBStorePersistenceTypes = []string{
130
130
"spark",
131
131
"postgres",
132
132
"trino",
133
-
"redis",
134
133
"athena",
135
134
"mssql",
136
135
}
@@ -160,7 +159,7 @@ type OnlineStoreFilePersistence struct {
160
159
161
160
// OnlineStoreDBStorePersistence configures the DB store persistence for the online store service
162
161
typeOnlineStoreDBStorePersistencestruct {
163
-
// Type of the persistence type you want to use. Allowed values are: snowflake.online, redis, ikv, datastore, dynamodb, bigtable, postgres, cassandra, mysql, hazelcast, singlestore, hbase, elasticsearch, qdrant, couchbase, milvus
Copy file name to clipboardexpand all lines: infra/feast-operator/docs/api/markdown/ref.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ _Appears in:_
210
210
211
211
| Field | Description |
212
212
| --- | --- |
213
-
|`type`_string_| Type of the persistence type you want to use. Allowed values are: snowflake.offline, bigquery, redshift, spark, postgres, trino, redis, athena, mssql |
213
+
|`type`_string_| Type of the persistence type you want to use. |
214
214
|`secretRef`_[LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#localobjectreference-v1-core)_| Data store parameters should be placed as-is from the "feature_store.yaml" under the secret key. "registry_type" & "type" fields should be removed. |
215
215
|`secretKeyName`_string_| By default, the selected store "type" is used as the SecretKeyName |
216
216
@@ -286,7 +286,7 @@ _Appears in:_
286
286
287
287
| Field | Description |
288
288
| --- | --- |
289
-
|`type`_string_| Type of the persistence type you want to use. Allowed values are: snowflake.online, redis, ikv, datastore, dynamodb, bigtable, postgres, cassandra, mysql, hazelcast, singlestore, hbase, elasticsearch, qdrant, couchbase, milvus |
289
+
|`type`_string_| Type of the persistence type you want to use. |
290
290
|`secretRef`_[LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#localobjectreference-v1-core)_| Data store parameters should be placed as-is from the "feature_store.yaml" under the secret key. "registry_type" & "type" fields should be removed. |
291
291
|`secretKeyName`_string_| By default, the selected store "type" is used as the SecretKeyName |
attemptInvalidCreationAndAsserts(ctx, registryWithS3AdditionalKeywordsForGsBucket(featurestore), "Additional S3 settings are available only for S3 object store URIs")
411
423
})
412
424
It("should fail when db persistence type is invalid", func() {
0 commit comments